Completed
Push — develop ( e1fee1...7013f8 )
by Tom
14s
created
src/N98/Magento/Command/Config/AbstractConfigCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
      *
76 76
      * @return string non-negative integer number
77 77
      */
78
-    protected function _convertScopeIdParam($scope, $scopeId, $allowZeroScope=false)
78
+    protected function _convertScopeIdParam($scope, $scopeId, $allowZeroScope = false)
79 79
     {
80 80
         if ($scope === 'default') {
81 81
             if ("$scopeId" !== "0") {
Please login to merge, or discard this patch.