Completed
Push — master ( cb39ad...fdf779 )
by Junaid
01:33
created
src/Console/Commands/ViewMakeCommand.php 1 patch
Doc Comments   +8 added lines, -2 removed lines patch added patch discarded remove patch
@@ -116,6 +116,9 @@  discard block
 block discarded – undo
116 116
         return $path;
117 117
     }
118 118
 
119
+    /**
120
+     * @param string $type
121
+     */
119 122
     protected function buildView($type, $path)
120 123
     {
121 124
         $name = Str::studly(class_basename($this->argument('name')));
@@ -176,8 +179,8 @@  discard block
 block discarded – undo
176 179
     /**
177 180
      * Replace all placeholders
178 181
      *
179
-     * @param $stub
180
-     * @param $name
182
+     * @param string $stub
183
+     * @param string $name
181 184
      * @param null $path
182 185
      *
183 186
      * @return mixed
@@ -210,6 +213,9 @@  discard block
 block discarded – undo
210 213
         );
211 214
     }
212 215
 
216
+    /**
217
+     * @param string $path
218
+     */
213 219
     protected function createDeleteView($path)
214 220
     {
215 221
         if (!file_exists($path . '/modals')) {
Please login to merge, or discard this patch.