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
Fabien Potencier 457967c6c7 Merge branch '2.3' into 2.7
* 2.3:
  [DependencyInjection] fix dumped YAML snytax
  Remove InputOption::VALUE_REQUIRED mode from $default parameter description as InputOption::setDefault() throws an exception only when called in InputOption::VALUE_NONE mode. In practice the $default value could still be accessed in InputOption::VALUE_REQUIRED mode in case InputOption was never set but accessed from InputDefinition::getOption() method
  [Form] Fixed violation mapping if multiple forms are using the same (or part of the same) property path
  [TwigBridge] Symfony 3.1 forward compatibility
2016-02-16 07:07:10 +01:00
..
ArgvInput.php remove api tags from code 2015-09-28 19:11:22 +02:00
ArrayInput.php remove api tags from code 2015-09-28 19:11:22 +02:00
Input.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
InputArgument.php remove api tags from code 2015-09-28 19:11:22 +02:00
InputAwareInterface.php fixed CS 2013-10-30 09:33:58 +01:00
InputDefinition.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
InputInterface.php Docblock fixes 2014-11-30 13:33:44 +00:00
InputOption.php Remove InputOption::VALUE_REQUIRED mode from $default parameter description as InputOption::setDefault() throws an exception only when called in InputOption::VALUE_NONE mode. 2016-02-15 20:17:39 +01:00
StringInput.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00