Completed
Push — master ( 947b9c...ea5191 )
by Freek
01:44
created
src/BladeX.php 2 patches
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Support\Facades\File;
6 6
 use Illuminate\Support\Facades\View;
7
-use Symfony\Component\Finder\SplFileInfo;
8 7
 use Spatie\BladeX\Exceptions\CouldNotRegisterBladeXComponent;
8
+use Symfony\Component\Finder\SplFileInfo;
9 9
 
10 10
 class BladeX
11 11
 {
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     protected $prefix = '';
18 18
 
19 19
     /**
20
-     * @param string|\Spatie\BladeX\BladeXComponent $bladeViewName
20
+     * @param string $bladeViewName
21 21
      * @param string $bladeXComponentName
22 22
      *
23 23
      * @return \Spatie\BladeX\BladeXComponent
Please login to merge, or discard this patch.
src/BladeXComponent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Closure;
6 6
 use Illuminate\Contracts\Support\Arrayable;
7
-use Illuminate\Support\Str;
8 7
 use Spatie\BladeX\Exceptions\CouldNotRegisterBladeXComponent;
9 8
 
10 9
 class BladeXComponent
Please login to merge, or discard this patch.