Skip to content

Commit 3779572

Browse files
Run php-cs-fixer
1 parent 221859a commit 3779572

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

GenericRuntime.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,6 @@ public function getRunner(?object $application): RunnerInterface
144144
return new ClosureRunner($application);
145145
}
146146

147-
/**
148-
* @return mixed
149-
*/
150147
protected function getArgument(\ReflectionParameter $parameter, ?string $type): mixed
151148
{
152149
if ('array' === $type) {

SymfonyRuntime.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,6 @@ public function getRunner(?object $application): RunnerInterface
155155
return parent::getRunner($application);
156156
}
157157

158-
/**
159-
* @return mixed
160-
*/
161158
protected function getArgument(\ReflectionParameter $parameter, ?string $type): mixed
162159
{
163160
switch ($type) {

0 commit comments

Comments
 (0)