Completed
Branch master (48ae59)
by Paul
08:50 queued 11s
created
src/Traits/GenerateFile.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
     }
106 106
 
107 107
     /**
108
-     * @param $stub
108
+     * @param string $stub
109 109
      * @param $name
110 110
      *
111 111
      * @return $this
@@ -123,6 +123,9 @@  discard block
 block discarded – undo
123 123
         return $this;
124 124
     }
125 125
 
126
+    /**
127
+     * @return string
128
+     */
126 129
     private function camel($name)
127 130
     {
128 131
         if (class_exists(Str::class)) {
Please login to merge, or discard this patch.