@@ -64,7 +64,7 @@ |
||
| 64 | 64 | * Build translate array. |
| 65 | 65 | * |
| 66 | 66 | * @param $translateArray |
| 67 | - * @return array |
|
| 67 | + * @return string |
|
| 68 | 68 | */ |
| 69 | 69 | private function buildTranslateArray(array $translateArray) : array |
| 70 | 70 | { |
@@ -172,8 +172,8 @@ discard block |
||
| 172 | 172 | 'varDump', |
| 173 | 173 | function ($args) { |
| 174 | 174 | /** |
| 175 | - * @noinspection ForgottenDebugOutputInspection |
|
| 176 | - */ |
|
| 175 | + * @noinspection ForgottenDebugOutputInspection |
|
| 176 | + */ |
|
| 177 | 177 | var_dump($args); |
| 178 | 178 | }, |
| 179 | 179 | array('is_safe' => array('html')) |
@@ -184,7 +184,7 @@ discard block |
||
| 184 | 184 | protected function extendForPagination() : void |
| 185 | 185 | { |
| 186 | 186 | /** |
| 187 | - * @noinspection MoreThanThreeArgumentsInspection |
|
| 187 | + * @noinspection MoreThanThreeArgumentsInspection |
|
| 188 | 188 | */ |
| 189 | 189 | $filter = new \Twig_SimpleFunction( |
| 190 | 190 | 'Pagination', |