Completed
Pull Request — master (#601)
by
unknown
14:30
created
Command/DocumentGenerateCommand.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -224,7 +224,7 @@  discard block
 block discarded – undo
224 224
      *
225 225
      * @param string $shortcut
226 226
      *
227
-     * @return array
227
+     * @return string[]
228 228
      * @throws \InvalidArgumentException
229 229
      */
230 230
     private function parseShortcutNotation($shortcut)
@@ -265,7 +265,7 @@  discard block
 block discarded – undo
265 265
     /**
266 266
      * Returns reserved keywords
267 267
      *
268
-     * @return array
268
+     * @return string[]
269 269
      */
270 270
     private function getReservedKeywords()
271 271
     {
Please login to merge, or discard this patch.