@@ -550,9 +550,9 @@ discard block |
||
| 550 | 550 | private function extractParameters(): void |
| 551 | 551 | { |
| 552 | 552 | $this->routineParameters = new RoutineParametersHelper($this->dl, |
| 553 | - $this->io, |
|
| 554 | - $this->docBlockReflection, |
|
| 555 | - $this->routineName); |
|
| 553 | + $this->io, |
|
| 554 | + $this->docBlockReflection, |
|
| 555 | + $this->routineName); |
|
| 556 | 556 | |
| 557 | 557 | $this->routineParameters->extractRoutineParameters(); |
| 558 | 558 | } |
@@ -943,8 +943,8 @@ discard block |
||
| 943 | 943 | 'longtext']; |
| 944 | 944 | $parts = ['whitespace' => '(?<whitespace>\s+)', |
| 945 | 945 | 'type_list' => str_replace('type-list', |
| 946 | - implode('|', $types), |
|
| 947 | - '(?<datatype>(type-list).*)'), |
|
| 946 | + implode('|', $types), |
|
| 947 | + '(?<datatype>(type-list).*)'), |
|
| 948 | 948 | 'nullable' => '(?<nullable>not\s+null)?', |
| 949 | 949 | 'punctuation' => '(?<punctuation>\s*[,;])?', |
| 950 | 950 | 'hint' => '(?<hint>\s+--\s+type:\s+(\w+\.)?\w+\.\w+\s*)']; |