Skip to content

Commit 16c0520

Browse files
committed
Merge branch '2.3' into 2.5
* 2.3: fixed id for translations bumped Symfony version to 2.3.26 Dutch translation for invalid charset message German translation for invalid charset message Add a Slovenian translation for invalid charset message Add a Polish translation. Test lowest deps with latest 5.3 updated VERSION for 2.3.25 update CONTRIBUTORS for 2.3.25 updated CHANGELOG for 2.3.25 Fix docblocks to comments [Validator] reject ill-formed strings [Validator] drop grapheme_strlen in LengthValidator Unique Entity Validator Invalid Value [FrameworkBundle][config] allow multiple fallback locales. Conflicts: src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueEntityValidatorTest.php src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php src/Symfony/Component/HttpKernel/Kernel.php src/Symfony/Component/Validator/Resources/translations/validators.de.xlf src/Symfony/Component/Validator/Resources/translations/validators.en.xlf src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf src/Symfony/Component/Validator/Resources/translations/validators.sl.xlf src/Symfony/Component/Validator/Tests/Constraints/LengthValidatorTest.php
2 parents e52e53b + 636ea13 commit 16c0520

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Exception/FatalErrorException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace Symfony\Component\HttpKernel\Exception;
1313

14-
/**
14+
/*
1515
* Fatal Error Exception.
1616
*
1717
* @author Konstanton Myakshin <koc-dp@yandex.ru>

Exception/FlattenException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace Symfony\Component\HttpKernel\Exception;
1313

14-
/**
14+
/*
1515
* FlattenException wraps a PHP Exception to be able to serialize it.
1616
*
1717
* Basically, this class removes all objects from the trace.

0 commit comments

Comments
 (0)