@@ -531,9 +531,9 @@ |
||
| 531 | 531 | private function extractParameters(): void |
| 532 | 532 | { |
| 533 | 533 | $this->routineParameters = new RoutineParametersHelper($this->dl, |
| 534 | - $this->io, |
|
| 535 | - $this->docBlockReflection, |
|
| 536 | - $this->routineName); |
|
| 534 | + $this->io, |
|
| 535 | + $this->docBlockReflection, |
|
| 536 | + $this->routineName); |
|
| 537 | 537 | |
| 538 | 538 | $this->routineParameters->extractRoutineParameters(); |
| 539 | 539 | } |