Skip to content

Commit 8c65925

Browse files
committed
[ci-review] Rector Rectify
1 parent b020658 commit 8c65925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/CodeQuality/Reflection/MethodParametersAndReturnTypesResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function resolveCallParameterTypes(MethodCall|StaticCall $call): ?array
9292
/**
9393
* @return string[]
9494
*/
95-
public function resolveCallParameterNames(MethodCall|StaticCall $call): ?array
95+
public function resolveCallParameterNames(MethodCall|StaticCall $call): array
9696
{
9797
if (! $call->name instanceof Identifier) {
9898
return [];

0 commit comments

Comments
 (0)