Skip to content

Commit

Permalink
Apply PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
agustingomes committed Oct 10, 2023
1 parent 5038099 commit 6fd78a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ private function determineAllOrNothingValueFrom(InputInterface $input): bool|nul
<<<'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,
);
}
Expand Down

0 comments on commit 6fd78a4

Please sign in to comment.