Skip to content

Commit

Permalink
PhpMethodReflectionFactory::create() - all parameters are required
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 14, 2024
1 parent f88d9ba commit 8bfbf8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Reflection/Php/PhpMethodReflectionFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ public function create(
?Type $selfOutType,
?string $phpDocComment,
array $phpDocParameterOutTypes,
array $immediatelyInvokedCallableParameters = [],
array $phpDocClosureThisTypeParameters = [],
bool $acceptsNamedArguments = true,
array $immediatelyInvokedCallableParameters,
array $phpDocClosureThisTypeParameters,
bool $acceptsNamedArguments,
): PhpMethodReflection;

}

0 comments on commit 8bfbf8f

Please sign in to comment.