Completed
Push — develop ( 370869...42b941 )
by Tom
03:41
created
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.