We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71e452 commit 6419766Copy full SHA for 6419766
src/ParamInjectorInterface.php
@@ -15,5 +15,5 @@ interface ParamInjectorInterface
15
*
16
* @template T of object
17
*/
18
- public function getArgumentes(MethodInvocation $invocation): array;
+ public function getArguments(MethodInvocation $invocation): array;
19
}
0 commit comments