Kaynağa Gözat

[DoctrineBundle] Removed useless sprintf

Pascal Borreli 14 yıl önce
ebeveyn
işleme
664c00b62e

+ 1 - 1
src/Symfony/Bundle/DoctrineBundle/Command/DropDatabaseDoctrineCommand.php

@@ -74,7 +74,7 @@ EOT
             }
         } else {
             $output->writeln(sprintf('<info>Would drop the database named <comment>%s</comment>.</info>', $name));
-            $output->writeln(sprintf('<error>All data will be lost!</error>', $name));
+            $output->writeln('<error>All data will be lost!</error>');
         }
     }
 }