Passed
Push — master ( c3d225...96acf0 )
by Jan
04:47
created
src/Migration/AbstractMultiPlatformMigration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
 
110 110
         if (!empty($this->admin_pw)) {
111 111
             $this->logger->warning('');
112
-            $this->logger->warning('<bg=yellow;fg=black>The initial password for the "admin" user is: ' . $this->admin_pw . '</>');
112
+            $this->logger->warning('<bg=yellow;fg=black>The initial password for the "admin" user is: '.$this->admin_pw.'</>');
113 113
             $this->logger->warning('');
114 114
         }
115 115
     }
Please login to merge, or discard this patch.