Completed
Push — develop ( eeb1bf...1d841b )
by Tom
11:21 queued 05:39
created
src/N98/Magento/Command/ScriptCommand.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -287,8 +287,7 @@
 block discarded – undo
287 287
                 // Magento 2.0 compatibility
288 288
                 $magentoVersion = \Magento\Framework\AppInterface::VERSION;
289 289
                 $magentoEdition = 'Community'; // @TODO Replace this if EE is available
290
-            }
291
-            else {
290
+            } else {
292 291
                 // Magento 2.1+ compatibility
293 292
                 /** @var \Magento\Framework\App\ProductMetadata $productMetadata */
294 293
                 $productMetadata = $this->getApplication()->getObjectManager()->get('\Magento\Framework\App\ProductMetadata');
Please login to merge, or discard this patch.
tests/N98/Magento/Command/ScriptCommandTest.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,8 +26,7 @@
 block discarded – undo
26 26
             // Magento 2.0 compatibility
27 27
             $magentoVersion = \Magento\Framework\AppInterface::VERSION;
28 28
             $magentoEdition = 'Community'; // @TODO Replace this if EE is available
29
-        }
30
-        else {
29
+        } else {
31 30
             // Magento 2.1+ compatibility
32 31
             /** @var \Magento\Framework\App\ProductMetadata $productMetadata */
33 32
             $productMetadata = $this->getApplication()->getObjectManager()->get('\Magento\Framework\App\ProductMetadata');
Please login to merge, or discard this patch.