Completed
Pull Request — master (#1163)
by
unknown
01:59
created
src/Laravel/DatabaseModule.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
      * Get a specific data from json file by given the key.
91 91
      *
92 92
      * @param string $key
93
-     * @param null   $default
93
+     * @param string   $default
94 94
      *
95 95
      * @return mixed
96 96
      */
@@ -188,7 +188,7 @@  discard block
 block discarded – undo
188 188
     }
189 189
 
190 190
     /**
191
-     * @return mixed|null
191
+     * @return string
192 192
      */
193 193
     public function getVersion()
194 194
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Nwidart\Modules\Laravel;
4 4
 
5 5
 use Exception;
6
-use Illuminate\Container\Container;
7 6
 use Illuminate\Filesystem\Filesystem;
8 7
 use Nwidart\Modules\Contracts\RepositoryInterface;
9 8
 use Nwidart\Modules\Entities\ModuleEntity;
Please login to merge, or discard this patch.
src/Laravel/LaravelDatabaseRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
     /**
72 72
      * Get module path for a specific module.
73 73
      *
74
-     * @param $name
74
+     * @param string $name
75 75
      *
76 76
      * @return string
77 77
      */
Please login to merge, or discard this patch.