@@ -265,7 +265,7 @@ discard block |
||
265 | 265 | /** |
266 | 266 | * Get an option value. |
267 | 267 | * |
268 | - * @param $key |
|
268 | + * @param string $key |
|
269 | 269 | * @param null $default |
270 | 270 | * @return mixed |
271 | 271 | */ |
@@ -352,7 +352,7 @@ discard block |
||
352 | 352 | /** |
353 | 353 | * Get a tree option value. |
354 | 354 | * |
355 | - * @param $key |
|
355 | + * @param string $key |
|
356 | 356 | * @param null $default |
357 | 357 | * @return mixed |
358 | 358 | */ |
@@ -364,7 +364,7 @@ discard block |
||
364 | 364 | /** |
365 | 365 | * Set a tree option value. |
366 | 366 | * |
367 | - * @param $key |
|
367 | + * @param string $key |
|
368 | 368 | * @param $value |
369 | 369 | * @return $this |
370 | 370 | */ |
@@ -477,7 +477,7 @@ discard block |
||
477 | 477 | /** |
478 | 478 | * Get a request value. |
479 | 479 | * |
480 | - * @param $key |
|
480 | + * @param string $key |
|
481 | 481 | * @param null $default |
482 | 482 | * @return mixed |
483 | 483 | */ |
@@ -164,7 +164,6 @@ |
||
164 | 164 | /** |
165 | 165 | * Set the installed and enabled states. |
166 | 166 | * |
167 | - * @param array $installed |
|
168 | 167 | */ |
169 | 168 | public function setStates(array $states) |
170 | 169 | { |
@@ -40,7 +40,7 @@ |
||
40 | 40 | * Find a module by it's namespace or return a new |
41 | 41 | * module with the given namespace. |
42 | 42 | * |
43 | - * @param $namespace |
|
43 | + * @param string $namespace |
|
44 | 44 | * @return ModuleModel |
45 | 45 | */ |
46 | 46 | public function findByNamespaceOrNew($namespace) |
@@ -36,7 +36,7 @@ |
||
36 | 36 | * Handle the command. |
37 | 37 | * |
38 | 38 | * @param MigrateStream $command |
39 | - * @return StreamInterface |
|
39 | + * @return null|\Anomaly\Streams\Platform\Model\EloquentModel |
|
40 | 40 | */ |
41 | 41 | public function handle(MigrateStream $command) |
42 | 42 | { |
@@ -86,7 +86,7 @@ |
||
86 | 86 | /** |
87 | 87 | * Call a seeder if it exists. |
88 | 88 | * |
89 | - * @param $class |
|
89 | + * @param string $class |
|
90 | 90 | */ |
91 | 91 | protected function call($class) |
92 | 92 | { |
@@ -36,7 +36,7 @@ |
||
36 | 36 | * Handle the command. |
37 | 37 | * |
38 | 38 | * @param AssignField $command |
39 | - * @return AssignmentInterface |
|
39 | + * @return \Anomaly\Streams\Platform\Model\EloquentModel |
|
40 | 40 | */ |
41 | 41 | public function handle(AssignField $command) |
42 | 42 | { |
@@ -24,7 +24,6 @@ |
||
24 | 24 | use Anomaly\Streams\Platform\Installer\InstallerCollection; |
25 | 25 | use Anomaly\Streams\Platform\Support\Collection; |
26 | 26 | use Illuminate\Console\Command; |
27 | -use Illuminate\Contracts\Config\Repository; |
|
28 | 27 | use Illuminate\Contracts\Events\Dispatcher; |
29 | 28 | use Illuminate\Foundation\Bus\DispatchesJobs; |
30 | 29 |
@@ -24,7 +24,6 @@ |
||
24 | 24 | use Anomaly\Streams\Platform\Installer\InstallerCollection; |
25 | 25 | use Anomaly\Streams\Platform\Support\Collection; |
26 | 26 | use Illuminate\Console\Command; |
27 | -use Illuminate\Contracts\Config\Repository; |
|
28 | 27 | use Illuminate\Contracts\Events\Dispatcher; |
29 | 28 | use Illuminate\Foundation\Bus\DispatchesJobs; |
30 | 29 |
@@ -24,7 +24,6 @@ |
||
24 | 24 | use Anomaly\Streams\Platform\Installer\InstallerCollection; |
25 | 25 | use Anomaly\Streams\Platform\Support\Collection; |
26 | 26 | use Illuminate\Console\Command; |
27 | -use Illuminate\Contracts\Config\Repository; |
|
28 | 27 | use Illuminate\Contracts\Events\Dispatcher; |
29 | 28 | use Illuminate\Foundation\Bus\DispatchesJobs; |
30 | 29 |