Completed
Push — develop ( 28eb99...c33e4f )
by Tom
04:35
created
src/N98/Magento/Command/Database/DumpCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -313,7 +313,7 @@
 block discarded – undo
313 313
     }
314 314
 
315 315
     /**
316
-     * @param array $execs
316
+     * @param string[] $execs
317 317
      * @param string $fileName
318 318
      * @param InputInterface $input
319 319
      * @param OutputInterface $output
Please login to merge, or discard this patch.
src/N98/Magento/Command/Eav/Attribute/Create/DummyCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -284,7 +284,7 @@
 block discarded – undo
284 284
                     $attribute->setData('option', array('value' => array('option' => array($value, $value))));
285 285
                     $attribute->save();
286 286
                 } catch (Exceptionn $e) {
287
-                    $output->writeln("<error>".$e->getMessage()."</error>");
287
+                    $output->writeln("<error>" . $e->getMessage() . "</error>");
288 288
                 }
289 289
                 $output->writeln("<comment>ATTRIBUTE VALUE: '" . $value . "' ADDED!</comment>");
290 290
             }
Please login to merge, or discard this patch.