Completed
Push — develop ( e5a1d6...4fa884 )
by Tom
03:46
created
src/N98/Magento/Command/Config/GetCommand.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -156,6 +156,9 @@
 block discarded – undo
156 156
             ->renderByFormat($output, $formattedTable, $format);
157 157
     }
158 158
 
159
+    /**
160
+     * @param string $format
161
+     */
159 162
     private function renderTableValue($value, $format)
160 163
     {
161 164
         if ($value === null) {
Please login to merge, or discard this patch.