Completed
Push — master ( dcec3d...a10d87 )
by Dominik
05:13
created
src/Command/CreateDatabaseDoctrineCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -171,7 +171,7 @@
 block discarded – undo
171 171
                 $output->writeln(
172 172
                     sprintf(
173 173
                         '<info>Created database <comment>%s</comment>'
174
-                             .' for connection named <comment>%s</comment>.</info>',
174
+                                .' for connection named <comment>%s</comment>.</info>',
175 175
                         $dbName,
176 176
                         $connectionName
177 177
                     )
Please login to merge, or discard this patch.