Completed
Pull Request — master (#1163)
by
unknown
01:36
created
src/Laravel/LaravelDatabaseRepository.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
     /**
55 55
      * Determine whether the given module exist.
56 56
      *
57
-     * @param $name
57
+     * @param string $name
58 58
      *
59 59
      * @return bool
60 60
      */
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
     /**
96 96
      * Get module path for a specific module.
97 97
      *
98
-     * @param $name
98
+     * @param string $name
99 99
      *
100 100
      * @return string
101 101
      */
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 Illuminate\Contracts\Filesystem\FileNotFoundException;
6
-use Illuminate\Database\Eloquent\Builder;
7 6
 use Illuminate\Support\Facades\Schema;
8 7
 use Illuminate\Support\Str;
9 8
 use Nwidart\Modules\Collection;
Please login to merge, or discard this patch.