Completed
Push — master ( 299dac...485983 )
by Mehmet
10:05
created
src/Twig/TwigExtensions.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -172,8 +172,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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',
Please login to merge, or discard this patch.