Completed
Push — 4.9 ( 2df7ad...30e4ab )
by Mikhail
01:35
created
app/terminal/Terminal.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
app/controllers/AddonXml.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -228,7 +228,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.