Completed
Pull Request — develop (#216)
by Tom
04:15
created
tests/N98/Magento/Command/ScriptCommandTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
      */
63 63
     protected function getProductMetadata()
64 64
     {
65
-        if(is_null($this->productMetadata)) {
65
+        if (is_null($this->productMetadata)) {
66 66
             $objectManager         = $this->getApplication()->getObjectManager();
67 67
             $this->productMetadata = $objectManager->get('\Magento\Framework\App\ProductMetadata');
68 68
         }
Please login to merge, or discard this patch.
src/N98/Magento/Command/ScriptCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
      */
63 63
     protected function getProductMetadata()
64 64
     {
65
-        if(is_null($this->productMetadata)) {
65
+        if (is_null($this->productMetadata)) {
66 66
             $objectManager         = $this->getApplication()->getObjectManager();
67 67
             $this->productMetadata = $objectManager->get('\Magento\Framework\App\ProductMetadata');
68 68
         }
Please login to merge, or discard this patch.