Passed
Push — master ( be7d37...35ce99 )
by Jordan
08:30
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.
tests/TestCase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
      * Get package providers.
11 11
      *
12 12
      * @param \Illuminate\Foundation\Application $app
13
-     * @return array
13
+     * @return string[]
14 14
      */
15 15
     protected function getPackageProviders($app)
16 16
     {
Please login to merge, or discard this patch.