Completed
Push — develop ( 2b2068...370869 )
by Tom
03:34
created
src/N98/Util/VerifyOrDie.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
     /**
50 50
      * @param string $name
51 51
      * @param string $internalType
52
-     * @param mixed $subject
52
+     * @param string $subject
53 53
      */
54 54
     public static function argumentType($name, $internalType, $subject)
55 55
     {
Please login to merge, or discard this patch.
Magento/Command/Developer/Setup/Script/Attribute/EntityType/EntityType.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -9,6 +9,7 @@
 block discarded – undo
9 9
     /**
10 10
      * @param OutputInterface $output
11 11
      * @param array           $rows headers are expected to be the keys of the first row.
12
+     * @return void
12 13
      */
13 14
     public function render(OutputInterface $output, array $rows);
14 15
 }
Please login to merge, or discard this patch.
src/N98/Magento/Command/Indexer/ReindexCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
     /**
86 86
      * @param OutputInterface $output
87 87
      *
88
-     * @return array
88
+     * @return string
89 89
      */
90 90
     private function askForIndexCodes(OutputInterface $output)
91 91
     {
Please login to merge, or discard this patch.