Completed
Push — master ( 88ffab...e57fcd )
by Fumio
02:53
created
sources/Generators/Console/ModelMakeCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
      * @param string $path
95 95
      * @param string $fqcn
96 96
      *
97
-     * @return bool
97
+     * @return boolean|null
98 98
      */
99 99
     protected function generateFile(FileGenerator $generator, $path, $fqcn)
100 100
     {
Please login to merge, or discard this patch.
sources/Specs/FormModel.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,6 @@
 block discarded – undo
31 31
 
32 32
     /**
33 33
      * @param string $id
34
-     * @param LaravelPlus\Extension\Specs\InputSpec $path
35 34
      */
36 35
     public function __construct($id, InputSpec $spec)
37 36
     {
Please login to merge, or discard this patch.