@@ -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', |
@@ -3,11 +3,8 @@ |
||
| 3 | 3 | |
| 4 | 4 | namespace Selami\View\Twig; |
| 5 | 5 | |
| 6 | -use Selami\Stdlib\CaseConverter; |
|
| 7 | 6 | use Selami\View\ExtensionsAbstract; |
| 8 | 7 | use Twig_Environment; |
| 9 | -use InvalidArgumentException; |
|
| 10 | -use BadMethodCallException; |
|
| 11 | 8 | use Twig_SimpleFunction; |
| 12 | 9 | |
| 13 | 10 | /** |