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/Form/Tests/Extension/Validator
Fabien Potencier 2827747108 Merge branch '2.3' into 2.4
* 2.3:
  Textarea value should default to empty string instead of null.
  Fix doc blocks
  [Process] Fix #10681, process are failing on Windows Server 2003
  [Security] fix DBAL connection typehint
  [HttpFoundation] status 201 is allowed to have a body
  unified return null usages

Conflicts:
	src/Symfony/Component/Console/Helper/DescriptorHelper.php
	src/Symfony/Component/DependencyInjection/ContainerBuilder.php
	src/Symfony/Component/Finder/Tests/Iterator/RecursiveDirectoryIteratorTest.php
	src/Symfony/Component/Form/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformer.php
	src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php
2014-04-18 22:37:09 +02:00
..
Constraints Merge branch '2.3' into 2.4 2013-12-28 09:12:03 +01:00
EventListener removed deps checks in unit tests 2013-08-19 22:44:22 +02:00
Type Merge branch '2.3' into 2.4 2014-04-18 22:37:09 +02:00
Util fixed bytes convertion method, again 2013-03-27 10:08:41 +01:00
ViolationMapper removed deps checks in unit tests 2013-08-19 22:44:22 +02:00
ValidatorTypeGuesserTest.php [Form] add support for Length and Range constraint in order to replace MaxLength, MinLength, Max and Min constraints in next release (2.3) 2013-10-01 14:21:02 +02:00