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/Helper
Fabien Potencier 618b7dcfb8 Merge branch '2.3' into 2.6
* 2.3:
  Fix small coding style
  [2.3] Static Code Analysis for Components
  [Form] fixed phpdoc
  CS: Convert double quotes to single quotes
  Fixed MongoODM entity loader. Improved loading behavior of entities and documents by reusing entity loader.
  [Validator] added Japanese translation for unmatched charset (id: 80)
  [DependencyInjection] Highest precedence for user parameters
  [Translation][MoFileLoader] fixed load empty translation.
  bumped Symfony version to 2.3.27
  updated VERSION for 2.3.26
  update CONTRIBUTORS for 2.3.26
  updated CHANGELOG for 2.3.26

Conflicts:
	src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php
	src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php
	src/Symfony/Bundle/TwigBundle/Command/LintCommand.php
	src/Symfony/Component/Config/Definition/ReferenceDumper.php
	src/Symfony/Component/Debug/ExceptionHandler.php
	src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
	src/Symfony/Component/DependencyInjection/Tests/Compiler/MergeExtensionConfigurationPassTest.php
	src/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php
	src/Symfony/Component/Filesystem/Filesystem.php
	src/Symfony/Component/HttpKernel/DataCollector/DataCollector.php
	src/Symfony/Component/HttpKernel/Kernel.php
	src/Symfony/Component/Serializer/Encoder/XmlEncoder.php
	src/Symfony/Component/Translation/PluralizationRules.php
	src/Symfony/Component/Validator/Constraints/IssnValidator.php
	src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf
	src/Symfony/Component/Yaml/Tests/InlineTest.php
2015-03-22 17:55:57 +01:00
..
DebugFormatterHelper.php [Console] Add process helper tests 2014-06-11 08:54:52 +02:00
DescriptorHelper.php Merge branch '2.3' into 2.5 2014-12-22 17:29:52 +01:00
DialogHelper.php Merge branch '2.3' into 2.6 2015-03-22 17:55:57 +01:00
FormatterHelper.php [2.3] Remove most refs uses 2015-03-07 13:18:29 +01:00
Helper.php Merge branch '2.3' into 2.6 2015-02-11 08:12:14 +01:00
HelperInterface.php fixed CS 2012-07-09 14:54:20 +02:00
HelperSet.php Merge branch '2.3' into 2.5 2014-12-02 21:15:53 +01:00
InputAwareHelper.php made {@inheritdoc} annotations consistent across the board 2014-04-16 10:03:46 +02:00
ProcessHelper.php Merge branch '2.5' 2014-09-22 13:59:59 +02:00
ProgressBar.php [2.6] CS Fixes And Removed An Unused Import 2014-12-07 19:23:39 +01:00
ProgressHelper.php Merge branch '2.3' into 2.6 2015-03-12 11:28:44 +01:00
QuestionHelper.php use PHP_WINDOWS_VERSION_BUILD to detect Windows 2014-12-30 14:45:54 +01:00
Table.php Merge branch '2.3' into 2.6 2015-02-11 08:12:14 +01:00
TableHelper.php bug #12864 [Console][Table] Fix cell padding with multi-byte (ttsuruoka) 2015-02-05 09:10:27 +01:00
TableSeparator.php [Console] added the possibility to insert a table separator anywhere in a table output 2014-03-03 14:12:09 +01:00
TableStyle.php CS fixes 2014-12-04 20:26:11 +00:00