Skip to content

Commit 6419766

Browse files
committed
Fix typo in method name in ParamInjectorInterface
Renamed `getArgumentes` to `getArguments` to correct a spelling error. This ensures consistency and clarity in the method naming across the codebase.
1 parent d71e452 commit 6419766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ParamInjectorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ interface ParamInjectorInterface
1515
*
1616
* @template T of object
1717
*/
18-
public function getArgumentes(MethodInvocation $invocation): array;
18+
public function getArguments(MethodInvocation $invocation): array;
1919
}

0 commit comments

Comments
 (0)