@@ -86,8 +86,8 @@ discard block |
||
| 86 | 86 | 'varDump', |
| 87 | 87 | function ($args) { |
| 88 | 88 | /** |
| 89 | - * @noinspection ForgottenDebugOutputInspection |
|
| 90 | - */ |
|
| 89 | + * @noinspection ForgottenDebugOutputInspection |
|
| 90 | + */ |
|
| 91 | 91 | var_dump($args); |
| 92 | 92 | }, |
| 93 | 93 | array('is_safe' => array('html')) |
@@ -98,7 +98,7 @@ discard block |
||
| 98 | 98 | protected function extendForPagination() : void |
| 99 | 99 | { |
| 100 | 100 | /** |
| 101 | - * @noinspection MoreThanThreeArgumentsInspection |
|
| 101 | + * @noinspection MoreThanThreeArgumentsInspection |
|
| 102 | 102 | */ |
| 103 | 103 | $filter = new \Twig_SimpleFunction( |
| 104 | 104 | 'Pagination', |