Passed
Push — master ( be7d37...35ce99 )
by Jordan
08:30
created
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.
tests/Unit/VueDirectiveTest.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\Unit;
4 4
 
5
-use Jhoff\BladeVue\Element;
6 5
 use Jhoff\BladeVue\VueDirective;
7 6
 use Jhoff\BladeVue\Testing\TestCase;
8 7
 
Please login to merge, or discard this patch.