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 a76545c commit 77c0ddeCopy full SHA for 77c0dde
src/ServiceContainer.php
@@ -120,8 +120,7 @@ public function has(string $id): bool
120
private function createArguments(
121
ReflectionMethod|ReflectionFunction $reflectionMethod,
122
array $arguments = []
123
- ): array
124
- {
+ ): array {
125
foreach ($reflectionMethod->getParameters() as $reflectionParameter) {
126
$argumentName = $reflectionParameter->getName();
127
0 commit comments