Passed
Push — master ( ba37ca...be7d37 )
by Jordan
04:32
created
src/VueDirective.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,6 +22,6 @@
 block discarded – undo
22 22
      */
23 23
     public static function start(string $expression) : string
24 24
     {
25
-         return "<?php echo \Jhoff\BladeVue\Component::start($expression); ?><div>";
25
+            return "<?php echo \Jhoff\BladeVue\Component::start($expression); ?><div>";
26 26
     }
27 27
 }
Please login to merge, or discard this patch.