File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ public function getRunner(?object $application): RunnerInterface
147147 /**
148148 * @return mixed
149149 */
150- protected function getArgument (\ReflectionParameter $ parameter , ?string $ type )
150+ protected function getArgument (\ReflectionParameter $ parameter , ?string $ type ): mixed
151151 {
152152 if ('array ' === $ type ) {
153153 switch ($ parameter ->name ) {
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ public function getRunner(?object $application): RunnerInterface
158158 /**
159159 * @return mixed
160160 */
161- protected function getArgument (\ReflectionParameter $ parameter , ?string $ type )
161+ protected function getArgument (\ReflectionParameter $ parameter , ?string $ type ): mixed
162162 {
163163 switch ($ type ) {
164164 case Request::class:
You can’t perform that action at this time.
0 commit comments