Completed
Push — develop ( 5c5b81...f452b8 )
by Tom
07:08
created
src/N98/Magento/Command/Database/DumpCommand.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -322,7 +322,7 @@  discard block
 block discarded – undo
322 322
     }
323 323
 
324 324
     /**
325
-     * @param array $execs
325
+     * @param string[] $execs
326 326
      * @param string $fileName
327 327
      * @param InputInterface $input
328 328
      * @param OutputInterface $output
@@ -524,7 +524,7 @@  discard block
 block discarded – undo
524 524
 
525 525
     /**
526 526
      * @param null|bool|string $optionAddTime [optional] true for default "suffix", other string values: "prefix", "no"
527
-     * @return array
527
+     * @return string[]
528 528
      */
529 529
     private function getFileNamePrefixSuffix($optionAddTime = null)
530 530
     {
Please login to merge, or discard this patch.