Completed
Pull Request — develop (#805)
by Tom
04:49
created
src/N98/Magento/Command/Config/DeleteCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
         $deleted = array();
50 50
 
51 51
         $scope = $this->_validateScopeParam($input->getOption('scope'));
52
-        $scopeId = $this->_convertScopeIdParam($scope , $input->getOption('scope-id'));
52
+        $scopeId = $this->_convertScopeIdParam($scope, $input->getOption('scope-id'));
53 53
 
54 54
         $path = $input->getArgument('path');
55 55
 
Please login to merge, or discard this patch.
src/N98/Magento/Command/Config/AbstractConfigCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
             );
115 115
         }
116 116
 
117
-        if (0 >= (int) $scopeId) {
117
+        if (0 >= (int)$scopeId) {
118 118
             throw new InvalidArgumentException(
119 119
                 sprintf("Invalid scope parameter, %s is not a positive integer value", var_export($scopeId, true))
120 120
             );
Please login to merge, or discard this patch.