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