@@ -37,12 +37,12 @@ |
||
| 37 | 37 | */ |
| 38 | 38 | protected function doConfigure(CommandInterface $command) |
| 39 | 39 | { |
| 40 | - if (!isset($this->config)) { |
|
| 40 | + if (!isset($this->config)) { |
|
| 41 | 41 | throw new RuntimeException(sprintf( |
| 42 | 42 | 'Config has not been set in &s', |
| 43 | 43 | __METHOD__ |
| 44 | 44 | )); |
| 45 | - } |
|
| 45 | + } |
|
| 46 | 46 | } |
| 47 | 47 | } |
| 48 | 48 | |