Skip to content

Commit

Permalink
Merge pull request #67 from andersonamuller/patch-2
Browse files Browse the repository at this point in the history
Add return type to suppress deprecation
  • Loading branch information
mnapoli authored May 10, 2023
2 parents 3ff92aa + c464f1b commit a0549ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HyphenatedInputResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function getParameters(
ReflectionFunctionAbstract $reflection,
array $providedParameters,
array $resolvedParameters
) {
): array {
$parameters = [];

foreach ($reflection->getParameters() as $index => $parameter) {
Expand Down

0 comments on commit a0549ae

Please sign in to comment.