@@ -2,11 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Spatie\BladeX; |
| 4 | 4 | |
| 5 | -use InvalidArgumentException; |
|
| 6 | 5 | use Illuminate\Support\Facades\File; |
| 7 | 6 | use Illuminate\Support\Facades\View; |
| 8 | -use Symfony\Component\Finder\SplFileInfo; |
|
| 9 | 7 | use Spatie\BladeX\Exceptions\CouldNotRegisterBladeXComponent; |
| 8 | +use Symfony\Component\Finder\SplFileInfo; |
|
| 10 | 9 | |
| 11 | 10 | class BladeX |
| 12 | 11 | { |
@@ -17,7 +17,7 @@ |
||
| 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 |