Completed
Branch readme_tests (1966ff)
by Jordan
05:00 queued 02:30
created
tests/Integration/BladeTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Jhoff\BladeVue\Testing\Integration;
4 4
 
5
-use Jhoff\BladeVue\VueDirective;
6 5
 use Jhoff\BladeVue\Testing\TestCase;
7 6
 
8 7
 class BladeTest extends TestCase
Please login to merge, or discard this patch.
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); ?>";
25
+            return "<?php echo \Jhoff\BladeVue\Component::start($expression); ?>";
26 26
     }
27 27
 }
Please login to merge, or discard this patch.