Completed
Pull Request — master (#190)
by bloveless
08:27
created
src/Addon/Extension/ExtensionModel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
src/Addon/Extension/ExtensionRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Database/Migration/Command/MigrateStreamHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Database/Seeder/Command/SeedHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Field/Command/AssignFieldHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Http/Middleware/RedirectProtocol.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Installer/Console/Command/ConfirmLicense.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Installer/Console/Command/SetAdminData.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Installer/Console/Command/SetApplicationData.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.