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