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/DependencyInjection/Compiler
Fabien Potencier df3d543349 Merge branch '2.4'
* 2.4:
  made types consistent with those defined in Hack
  made {@inheritdoc} annotations consistent across the board
  made {@inheritdoc} annotations consistent across the board
  fixed types in phpdocs
  [Debug] Fixed ClassNotFoundFatalErrorHandler on windows.
  made phpdoc types consistent with those defined in Hack
  Add support Thai translations
  [Validator] Add missing czech translations
  made types consistent with those defined in Hack
  removed extra/unsupported arguments
  [HttpKernel] fixed an error message
  [TwigBundle] removed undefined argument
  [Translation] Make IcuDatFileLoader/IcuResFileLoader::load invalid resource compatible with HHVM.

Conflicts:
	src/Symfony/Component/Console/Helper/TableHelper.php
	src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php
	src/Symfony/Component/Form/FormError.php
	src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php
	src/Symfony/Component/Process/ProcessPipes.php
	src/Symfony/Component/PropertyAccess/PropertyAccessor.php
	src/Symfony/Component/Security/Acl/Dbal/MutableAclProvider.php
	src/Symfony/Component/Security/Http/RememberMe/TokenBasedRememberMeServices.php
	src/Symfony/Component/Translation/Dumper/FileDumper.php
	src/Symfony/Component/Validator/ConstraintViolation.php
	src/Symfony/Component/Validator/Constraints/EmailValidator.php
	src/Symfony/Component/Validator/ExecutionContextInterface.php
	src/Symfony/Component/Validator/Mapping/BlackholeMetadataFactory.php
2014-04-16 10:08:40 +02:00
..
AnalyzeServiceReferencesPass.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
CheckCircularReferencesPass.php optimized circular reference checker 2013-08-30 13:28:31 +02:00
CheckDefinitionValidityPass.php Allow null values as tag attributes 2013-09-16 10:01:04 +02:00
CheckExceptionOnInvalidReferenceBehaviorPass.php updated license blocks 2012-03-31 18:00:32 -03:00
CheckReferenceValidityPass.php [DependencyInjection] fixed PHP notice when the scope is not defined 2013-03-23 11:39:42 +01:00
Compiler.php Merge branch '2.3' into 2.4 2014-01-01 09:14:50 +01:00
CompilerPassInterface.php fixed CS 2012-07-09 14:54:20 +02:00
DecoratorServicePass.php [DependencyInjection] Update dumpers and loaders, add unit tests 2014-04-01 14:25:44 +02:00
InlineServiceDefinitionsPass.php Merge branch '2.4' 2014-04-16 10:08:40 +02:00
LoggingFormatter.php fixed CS 2012-07-09 14:54:20 +02:00
MergeExtensionConfigurationPass.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
PassConfig.php [DependencyInjection] added a simple way to replace a service by keeping a reference to the old one 2014-03-31 20:47:44 +02:00
RemoveAbstractDefinitionsPass.php updated license blocks 2012-03-31 18:00:32 -03:00
RemovePrivateAliasesPass.php fixed CS 2011-06-08 12:16:48 +02:00
RemoveUnusedDefinitionsPass.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
RepeatablePassInterface.php fixed CS 2012-07-09 14:54:20 +02:00
RepeatedPass.php CS Fixes - Replaced "array of type" by "Type[]" in PHPDoc block 2012-11-19 13:58:52 +01:00
ReplaceAliasByActualDefinitionPass.php wrap the exception to get information about where the exception comes from 2013-01-16 09:37:50 +01:00
ResolveDefinitionTemplatesPass.php made types consistent with those defined in Hack 2014-04-13 20:00:14 +02:00
ResolveInvalidReferencesPass.php made phpdoc types consistent with those defined in Hack 2014-04-15 07:41:45 +02:00
ResolveParameterPlaceHoldersPass.php Fixed most of the docblocks/unused namespaces 2012-12-19 08:09:49 +01:00
ResolveReferencesToAliasesPass.php [DoctrineBridge] fixed some CS 2011-12-13 10:22:12 +01:00
ServiceReferenceGraph.php unify constructor initialization style throughout symfony 2013-11-11 19:40:07 +01:00
ServiceReferenceGraphEdge.php fixed CS 2012-05-18 19:42:42 +02:00
ServiceReferenceGraphNode.php unify constructor initialization style throughout symfony 2013-11-11 19:40:07 +01:00