Passed
Pull Request — master (#1)
by
unknown
05:11 queued 02:15
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.