We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34f04c commit c32b08aCopy full SHA for c32b08a
LazyProxy/ProxyHelper.php
@@ -21,7 +21,7 @@ class ProxyHelper
21
/**
22
* @return string|null The FQCN or builtin name of the type hint, or null when the type hint references an invalid self|parent context
23
*/
24
- public static function getTypeHint(\ReflectionFunctionAbstract $r, \ReflectionParameter $p = null, $noBuiltin = false): ?string
+ public static function getTypeHint(\ReflectionFunctionAbstract $r, \ReflectionParameter $p = null, bool $noBuiltin = false): ?string
25
{
26
if ($p instanceof \ReflectionParameter) {
27
$type = $p->getType();
0 commit comments