@@ -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) |
@@ -33,7 +33,7 @@ |
||
33 | 33 | /** |
34 | 34 | * Return all modules in the database. |
35 | 35 | * |
36 | - * @return mixed |
|
36 | + * @return \Illuminate\Database\Eloquent\Collection |
|
37 | 37 | */ |
38 | 38 | public function all() |
39 | 39 | { |
@@ -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 | { |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | use Closure; |
4 | 4 | use Illuminate\Contracts\Config\Repository; |
5 | -use Illuminate\Contracts\Events\Dispatcher; |
|
6 | 5 | use Illuminate\Foundation\Application; |
7 | 6 | use Illuminate\Http\Request; |
8 | 7 | use Illuminate\Routing\Redirector; |
@@ -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 |