@@ -49,7 +49,7 @@ |
||
| 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 | |