We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PhpMethodReflectionFactory::create()
1 parent f88d9ba commit 8bfbf8fCopy full SHA for 8bfbf8f
src/Reflection/Php/PhpMethodReflectionFactory.php
@@ -34,9 +34,9 @@ public function create(
34
?Type $selfOutType,
35
?string $phpDocComment,
36
array $phpDocParameterOutTypes,
37
- array $immediatelyInvokedCallableParameters = [],
38
- array $phpDocClosureThisTypeParameters = [],
39
- bool $acceptsNamedArguments = true,
+ array $immediatelyInvokedCallableParameters,
+ array $phpDocClosureThisTypeParameters,
+ bool $acceptsNamedArguments,
40
): PhpMethodReflection;
41
42
}
0 commit comments