Completed
Pull Request — master (#6)
by
unknown
01:22
created
src/Commands/ViewModelMakeCommand.php 2 patches
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -90,9 +90,8 @@
 block discarded – undo
90 90
      * Check wheter the name param has
91 91
      * namespace or not.
92 92
      *
93
-     * @param  string  $stub
94 93
      * @param  string  $name
95
-     * @return $this
94
+     * @return boolean
96 95
      */
97 96
     protected function hasNamespace($name)
98 97
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\ViewModels\Commands;
4 4
 
5
-use Illuminate\Support\Str;
6 5
 use Illuminate\Console\GeneratorCommand;
6
+use Illuminate\Support\Str;
7 7
 use Symfony\Component\Console\Input\InputOption;
8 8
 
9 9
 class ViewModelMakeCommand extends GeneratorCommand
Please login to merge, or discard this patch.