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