Completed
Push — master ( fb5c6c...3561cd )
by Tom
04:39
created
src/N98/Magento/Command/Database/DumpCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -446,7 +446,7 @@
 block discarded – undo
446 446
 
447 447
     /**
448 448
      * @param null|bool|string $optionAddTime [optional] true for default "suffix", other string values: "prefix", "no"
449
-     * @return array
449
+     * @return string[]
450 450
      */
451 451
     private function getFileNamePrefixSuffix($optionAddTime = null)
452 452
     {
Please login to merge, or discard this patch.
src/N98/Util/VerifyOrDie.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     /**
51 51
      * @param string $name
52 52
      * @param string $internalType
53
-     * @param mixed $subject
53
+     * @param string $subject
54 54
      */
55 55
     public static function argumentType($name, $internalType, $subject)
56 56
     {
Please login to merge, or discard this patch.