Completed
Push — master ( d0a237...a1b9c8 )
by Freek
9s
created
src/BladeX.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     protected $prefix = '';
19 19
 
20 20
     /**
21
-     * @param string|array $view
21
+     * @param string $view
22 22
      * @param string $tag
23 23
      *
24 24
      * @return null|\Spatie\BladeX\Component
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,11 +3,10 @@
 block discarded – undo
3 3
 namespace Spatie\BladeX;
4 4
 
5 5
 use Illuminate\Support\Facades\File;
6
-use Illuminate\Support\Facades\View;
7 6
 use Spatie\BladeX\ComponentDirectory\NamespacedDirectory;
8 7
 use Spatie\BladeX\ComponentDirectory\RegularDirectory;
9
-use Symfony\Component\Finder\SplFileInfo;
10 8
 use Spatie\BladeX\Exceptions\CouldNotRegisterComponent;
9
+use Symfony\Component\Finder\SplFileInfo;
11 10
 
12 11
 class BladeX
13 12
 {
Please login to merge, or discard this patch.