@@ -143,7 +143,7 @@ |
||
| 143 | 143 | * |
| 144 | 144 | * @param string $fieldPath |
| 145 | 145 | * |
| 146 | - * @return string|null |
|
| 146 | + * @return string |
|
| 147 | 147 | */ |
| 148 | 148 | protected function getParentFieldPath($fieldPath) |
| 149 | 149 | { |
@@ -37,7 +37,7 @@ |
||
| 37 | 37 | } |
| 38 | 38 | |
| 39 | 39 | /** |
| 40 | - * @param $expectedDql |
|
| 40 | + * @param string $expectedDql |
|
| 41 | 41 | */ |
| 42 | 42 | protected function assertQuery($expectedDql) |
| 43 | 43 | { |
@@ -188,7 +188,7 @@ |
||
| 188 | 188 | |
| 189 | 189 | /** |
| 190 | 190 | * @param array|null $definition |
| 191 | - * @param array|null $testSection |
|
| 191 | + * @param string[] $testSection |
|
| 192 | 192 | * |
| 193 | 193 | * @return Config |
| 194 | 194 | */ |