From 61a37e71da48bd6e7e80b17b02b35ef0223b9e70 Mon Sep 17 00:00:00 2001 From: Agustin Gomes Date: Tue, 10 Oct 2023 15:54:43 +0200 Subject: [PATCH] Apply PR feedback --- .../Console/ConsoleInputMigratorConfigurationFactory.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Doctrine/Migrations/Tools/Console/ConsoleInputMigratorConfigurationFactory.php b/lib/Doctrine/Migrations/Tools/Console/ConsoleInputMigratorConfigurationFactory.php index 15a1f5a68..b2f91f5ee 100644 --- a/lib/Doctrine/Migrations/Tools/Console/ConsoleInputMigratorConfigurationFactory.php +++ b/lib/Doctrine/Migrations/Tools/Console/ConsoleInputMigratorConfigurationFactory.php @@ -46,8 +46,8 @@ private function determineAllOrNothingValueFrom(InputInterface $input): ?bool <<<'DEPRECATION' Context: Passing values to option `--all-or-nothing` Problem: Passing values is deprecated - Solution: From version 4.0.x, `--all-or-nothing` option won't accept any value, - and the presence of the option will be treated as `true`. + Solution: If you need to disable the behavior, omit the option, + otherwise, pass the option without a value DEPRECATION, ); }