Completed
Pull Request — master (#141)
by Graham
09:19
created
src/DocBlock/Tags/Method.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
168 168
     }
169 169
 
170 170
     /**
171
-     * @return array[]
171
+     * @return string[]
172 172
      */
173 173
     public function getArguments()
174 174
     {
@@ -227,6 +227,9 @@  discard block
 block discarded – undo
227 227
         return $arguments;
228 228
     }
229 229
 
230
+    /**
231
+     * @return string
232
+     */
230 233
     private static function stripRestArg($argument)
231 234
     {
232 235
         if (strpos($argument, '...') === 0) {
Please login to merge, or discard this patch.