This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Console/Input
Tom Klingenberg e991c595b8 [Console] Improved checks for InputArgument and InputOption constructor's $mode parameter.
Check that $mode in InputArgument::__construct() is not below 1 to actually look if any of the flags are set.
Check that $mode in InputOption::__construct() is not below 1 to actually look if any of the flags are set.
Check for the correct parameter type, as in InputOption (integer).
InputArgumentTest: Added test for negative integer $mode parameter input in constructor.
InputOptionTest: Added test for negative integer $mode parameter input in constructor.
2011-08-31 23:53:00 +02:00
..
ArgvInput.php Simplify conditional block 2011-06-07 15:19:16 +02:00
ArrayInput.php Make casting scalar to array consistent 2011-04-26 12:16:35 +02:00
Input.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
InputArgument.php [Console] Improved checks for InputArgument and InputOption constructor's $mode parameter. 2011-08-31 23:53:00 +02:00
InputDefinition.php [Console] refactored definition printer 2011-07-06 15:44:24 +03:00
InputInterface.php [Various] Fixed phpdoc 2011-05-29 23:33:36 +00:00
InputOption.php [Console] Improved checks for InputArgument and InputOption constructor's $mode parameter. 2011-08-31 23:53:00 +02:00
StringInput.php Fixed various typo 2011-04-22 23:12:50 +00:00