@@ -142,7 +142,7 @@ |
||
| 142 | 142 | $handle = fopen('php://stdin', 'r'); |
| 143 | 143 | $line = fgets($handle); |
| 144 | 144 | |
| 145 | - if(trim($line) != $confirmation_word) { |
|
| 145 | + if (trim($line) != $confirmation_word) { |
|
| 146 | 146 | $this->warning('ABORTING'); |
| 147 | 147 | call_user_func($cancel_action); |
| 148 | 148 | exit; |
@@ -228,7 +228,7 @@ |
||
| 228 | 228 | |
| 229 | 229 | public function setSettingsItemAutocomplete() |
| 230 | 230 | { |
| 231 | - $generator = $this->mfGenerator |
|
| 231 | + $generator = $this->mfGenerator |
|
| 232 | 232 | ->find(AddonXmlGenerator::class) |
| 233 | 233 | ->extract(); |
| 234 | 234 | |