Completed
Push — master ( d0592c...3a50bd )
by Nikita
01:09
created
src/LaraComponents/GraphQL/Console/TypeMakeCommand.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
     /**
67 67
      * Execute the console command.
68 68
      *
69
-     * @return bool|null
69
+     * @return false|null
70 70
      */
71 71
     public function fire()
72 72
     {
@@ -154,7 +154,8 @@  discard block
 block discarded – undo
154 154
      *
155 155
      * @param  string  $stub
156 156
      * @param  string  $name
157
-     * @return $this
157
+     * @param string $dummy
158
+     * @return string
158 159
      */
159 160
     protected function replaceDummy($stub, $name, $dummy)
160 161
     {
Please login to merge, or discard this patch.