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 221859a commit 3779572Copy full SHA for 3779572
GenericRuntime.php
@@ -144,9 +144,6 @@ public function getRunner(?object $application): RunnerInterface
144
return new ClosureRunner($application);
145
}
146
147
- /**
148
- * @return mixed
149
- */
150
protected function getArgument(\ReflectionParameter $parameter, ?string $type): mixed
151
{
152
if ('array' === $type) {
SymfonyRuntime.php
@@ -155,9 +155,6 @@ public function getRunner(?object $application): RunnerInterface
155
return parent::getRunner($application);
156
157
158
159
160
161
162
163
switch ($type) {
0 commit comments