@@ -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', |