@@ -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 | { |
@@ -178,7 +178,7 @@ |
||
178 | 178 | * |
179 | 179 | * @param $matches |
180 | 180 | * |
181 | - * @return \Webwizo\Shortcodes\Shortcode |
|
181 | + * @return string |
|
182 | 182 | */ |
183 | 183 | protected function compileShortcode($matches) |
184 | 184 | { |
@@ -19,7 +19,7 @@ |
||
19 | 19 | /** |
20 | 20 | * Create a new view instance. |
21 | 21 | * |
22 | - * @param \Illuminate\View\Factory|Factory $factory |
|
22 | + * @param Factory $factory |
|
23 | 23 | * @param \Illuminate\Contracts\View\Engine|EngineInterface $engine |
24 | 24 | * @param string $view |
25 | 25 | * @param string $path |