@@ -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 | |
@@ -114,7 +114,7 @@ |
||
| 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 | ); |