@@ -92,7 +92,7 @@ |
||
92 | 92 | /** |
93 | 93 | * Get the services provided by the provider. |
94 | 94 | * |
95 | - * @return array |
|
95 | + * @return string[] |
|
96 | 96 | */ |
97 | 97 | public function provides() |
98 | 98 | { |
@@ -18,7 +18,7 @@ |
||
18 | 18 | /** |
19 | 19 | * Create a new view factory instance. |
20 | 20 | * |
21 | - * @param \Illuminate\View\Compilers\EngineResolver|EngineResolver $engines |
|
21 | + * @param EngineResolver $engines |
|
22 | 22 | * @param \Illuminate\View\ViewFinderInterface $finder |
23 | 23 | * @param \Illuminate\Events\Dispatcher $events |
24 | 24 | * @param ShortcodeCompiler $shortcode |
@@ -1,6 +1,5 @@ |
||
1 | 1 | <?php namespace Webwizo\Shortcodes\View; |
2 | 2 | |
3 | -use Closure; |
|
4 | 3 | use Illuminate\Events\Dispatcher; |
5 | 4 | use Illuminate\View\ViewFinderInterface; |
6 | 5 | use Illuminate\View\Engines\EngineResolver; |