validation-bugsnag-email

This commit is contained in:
RafficMohammed
2023-01-31 13:17:59 +05:30
parent 2ec836b447
commit 9dd3f53910
769 changed files with 20242 additions and 14060 deletions

View File

@@ -3,7 +3,7 @@
/*
* This file is part of Psy Shell.
*
* (c) 2012-2022 Justin Hileman
* (c) 2012-2023 Justin Hileman
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
@@ -70,8 +70,6 @@ class ReflectionClassConstant implements \Reflector
/**
* Gets the declaring class.
*
* @return \ReflectionClass
*/
public function getDeclaringClass(): \ReflectionClass
{
@@ -106,8 +104,6 @@ class ReflectionClassConstant implements \Reflector
* Since this is only used for PHP < 7.1, we can just return "public". All
* the fancier modifiers are only available on PHP versions which have their
* own ReflectionClassConstant class :)
*
* @return int
*/
public function getModifiers(): int
{
@@ -116,8 +112,6 @@ class ReflectionClassConstant implements \Reflector
/**
* Gets the constant name.
*
* @return string
*/
public function getName(): string
{
@@ -166,8 +160,6 @@ class ReflectionClassConstant implements \Reflector
/**
* To string.
*
* @return string
*/
public function __toString(): string
{

View File

@@ -3,7 +3,7 @@
/*
* This file is part of Psy Shell.
*
* (c) 2012-2022 Justin Hileman
* (c) 2012-2023 Justin Hileman
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.

View File

@@ -3,7 +3,7 @@
/*
* This file is part of Psy Shell.
*
* (c) 2012-2022 Justin Hileman
* (c) 2012-2023 Justin Hileman
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
@@ -94,8 +94,6 @@ class ReflectionConstant_ implements \Reflector
/**
* Gets the constant name.
*
* @return string
*/
public function getName(): string
{
@@ -106,8 +104,6 @@ class ReflectionConstant_ implements \Reflector
* Gets the namespace name.
*
* Returns '' when the constant is not namespaced.
*
* @return string
*/
public function getNamespaceName(): string
{
@@ -130,8 +126,6 @@ class ReflectionConstant_ implements \Reflector
/**
* Checks if this constant is defined in a namespace.
*
* @return bool
*/
public function inNamespace(): bool
{
@@ -140,8 +134,6 @@ class ReflectionConstant_ implements \Reflector
/**
* To string.
*
* @return string
*/
public function __toString(): string
{

View File

@@ -3,7 +3,7 @@
/*
* This file is part of Psy Shell.
*
* (c) 2012-2022 Justin Hileman
* (c) 2012-2023 Justin Hileman
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
@@ -95,8 +95,6 @@ class ReflectionLanguageConstruct extends \ReflectionFunctionAbstract
/**
* Get language construct name.
*
* @return string
*/
public function getName(): string
{
@@ -105,8 +103,6 @@ class ReflectionLanguageConstruct extends \ReflectionFunctionAbstract
/**
* None of these return references.
*
* @return bool
*/
public function returnsReference(): bool
{
@@ -145,8 +141,6 @@ class ReflectionLanguageConstruct extends \ReflectionFunctionAbstract
/**
* To string.
*
* @return string
*/
public function __toString(): string
{
@@ -157,8 +151,6 @@ class ReflectionLanguageConstruct extends \ReflectionFunctionAbstract
* Check whether keyword is a (known) language construct.
*
* @param string $keyword
*
* @return bool
*/
public static function isLanguageConstruct(string $keyword): bool
{

View File

@@ -3,7 +3,7 @@
/*
* This file is part of Psy Shell.
*
* (c) 2012-2022 Justin Hileman
* (c) 2012-2023 Justin Hileman
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.

View File

@@ -3,7 +3,7 @@
/*
* This file is part of Psy Shell.
*
* (c) 2012-2022 Justin Hileman
* (c) 2012-2023 Justin Hileman
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.