Passed
Push — master ( bd1da1...a65303 )
by Jan
04:33
created
src/Migrations/AbstractMultiPlatformMigration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
 
100 100
         if (!empty($this->admin_pw)) {
101 101
             $this->write('');
102
-            $this->write('<bg=yellow;fg=black>The initial password for the "admin" user is: ' . $this->admin_pw . '</>');
102
+            $this->write('<bg=yellow;fg=black>The initial password for the "admin" user is: '.$this->admin_pw.'</>');
103 103
         }
104 104
     }
105 105
 
Please login to merge, or discard this patch.