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 2128d52cb8 Merge branch '2.8' into 3.0
* 2.8:
  [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
  fix FQCN in tests added by #17694
  Fix locale and written standard inconsistencies for Norwegian translations
  [Form] [Validator] Fix locale inconsistencies in Norwegian translations
  [TwigBridge] Symfony 3.1 forward compatibility
  fixed CS
  [DependencyInjection] fixed exceptions thrown by get method of ContainerBuilder
  [Yaml] properly parse lists in object maps
  [FrameworkBundle] Remove unused private method.
  [Form] remove useless code in ResizeFormListener
  [Config] Fix EnumNodeDefinition to allow building enum nodes with one element
  fix choice_value option in EntityType and add some tests
2016-02-16 07:11:42 +01:00
..
ArgvInput.php [Console] End of options (--) signal support 2015-11-05 15:03:04 +01:00
ArrayInput.php [Console] End of options (--) signal support 2015-11-05 15:03:04 +01:00
Input.php Merge branch '2.7' into 2.8 2015-09-29 14:32:55 +02:00
InputArgument.php Merge branch '2.7' into 2.8 2015-09-29 14:32:55 +02:00
InputAwareInterface.php fixed CS 2013-10-30 09:33:58 +01:00
InputDefinition.php Merge branch '2.8' 2015-09-29 16:08:28 +02:00
InputInterface.php [Console] End of options (--) signal support 2015-11-05 15:03:04 +01:00
InputOption.php Merge branch '2.7' into 2.8 2016-02-16 07:09:38 +01:00
StringInput.php Merge branch '2.8' 2015-09-29 16:08:28 +02:00