Completed
Pull Request — master (#1105)
by Dovydas
09:11
created
src/Support/Stub.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -48,7 +48,6 @@  discard block
 block discarded – undo
48 48
     /**
49 49
      * Set variable style.
50 50
      *
51
-     * @param string $style
52 51
      * @return self
53 52
      */
54 53
     public function setStyle($left, $right = null)
@@ -138,7 +137,7 @@  discard block
 block discarded – undo
138 137
     /**
139 138
      * Get stub contents.
140 139
      *
141
-     * @return mixed|string
140
+     * @return string
142 141
      */
143 142
     public function getContents()
144 143
     {
@@ -168,7 +167,7 @@  discard block
 block discarded – undo
168 167
      * @param string $path
169 168
      * @param string $filename
170 169
      *
171
-     * @return bool
170
+     * @return integer
172 171
      */
173 172
     public function saveTo($path, $filename)
174 173
     {
Please login to merge, or discard this patch.