Passed
Push — master ( fd1497...9b6942 )
by Bruno
07:31
created
Formularium/Frontend/Vue/Element/Pagination.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
                         HTMLNode::factory(
31 31
                             'a',
32 32
                             ["class" => "formularium-pagination-link",
33
-                             ":href" => "basePath + '/1'",
33
+                                ":href" => "basePath + '/1'",
34 34
                             "@click.prevent" => ""
35 35
                         ],
36 36
                             "1"
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
             /**
78 78
              * @var Framework $framework
79 79
              */
80
-            $f =$framework->getName();
80
+            $f = $framework->getName();
81 81
             if ($f === 'HTML' || $f === 'Vue') {
82 82
                 continue;
83 83
             }
Please login to merge, or discard this patch.