Completed
Branch develop (42b941)
by Tom
03:44
created
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.
src/N98/Magento/Command/Config/GetCommand.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -155,6 +155,9 @@
 block discarded – undo
155 155
             ->renderByFormat($output, $formattedTable, $format);
156 156
     }
157 157
 
158
+    /**
159
+     * @param string $format
160
+     */
158 161
     private function renderTableValue($value, $format)
159 162
     {
160 163
         if ($value === null) {
Please login to merge, or discard this patch.
src/N98/Magento/Command/Customer/CreateDummyCommand.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -135,6 +135,9 @@
 block discarded – undo
135 135
         }
136 136
     }
137 137
 
138
+    /**
139
+     * @param \Faker\Generator $faker
140
+     */
138 141
     private function createAddress($faker)
139 142
     {
140 143
         $country = $this->getCountryCollection()
Please login to merge, or discard this patch.