Skip to content

Commit 8bfbf8f

Browse files
committed
PhpMethodReflectionFactory::create() - all parameters are required
1 parent f88d9ba commit 8bfbf8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/Reflection/Php/PhpMethodReflectionFactory.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ public function create(
3434
?Type $selfOutType,
3535
?string $phpDocComment,
3636
array $phpDocParameterOutTypes,
37-
array $immediatelyInvokedCallableParameters = [],
38-
array $phpDocClosureThisTypeParameters = [],
39-
bool $acceptsNamedArguments = true,
37+
array $immediatelyInvokedCallableParameters,
38+
array $phpDocClosureThisTypeParameters,
39+
bool $acceptsNamedArguments,
4040
): PhpMethodReflection;
4141

4242
}

0 commit comments

Comments
 (0)