Skip to content

Commit 409bf22

Browse files
Merge branch '2.8' into 3.3
* 2.8: (22 commits) Tests and fix for issue in array model data in EntityType field with multiple=true [Form] Fixed PercentToLocalizedStringTransformer to accept both comma and dot as decimal separator, if possible removed useless PHPDoc [Form] Fix FormInterface::submit() annotation PdoSessionHandler: fix advisory lock for pgsql when session.sid_bits_per_character > 4 HttpCache does not consider ESI resources in HEAD requests Fix translation for "This field was not expected" [Routing] Enhance Route(Collection) docblocks Added improvement for accuracy in MoneyToLocalizedStringTransformer. Removed unused private property Use correct verb form in the pull request template Use PHP_MAXPATHLEN in Filesystem. Added null as explicit return type (?TokenInterface) [FrameworkBundle] Fix Routing\DelegatingLoader Render all line breaks according to the exception message [Form] Fix phpdoc [DI] remove confusing code [Form] Fixed GroupSequence with "constraints" option [Validator] Clarify UUID validator behavior [Filesystem] Fixed makePathRelative ...
2 parents c213dd1 + 1248f84 commit 409bf22

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

IdentityTranslator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ class IdentityTranslator implements TranslatorInterface
2222
private $locale;
2323

2424
/**
25-
* Constructor.
26-
*
2725
* @param MessageSelector|null $selector The message selector for pluralization
2826
*/
2927
public function __construct(MessageSelector $selector = null)

MessageCatalogue.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
use Symfony\Component\Translation\Exception\LogicException;
1616

1717
/**
18-
* MessageCatalogue.
19-
*
2018
* @author Fabien Potencier <fabien@symfony.com>
2119
*/
2220
class MessageCatalogue implements MessageCatalogueInterface, MetadataAwareInterface
@@ -29,8 +27,6 @@ class MessageCatalogue implements MessageCatalogueInterface, MetadataAwareInterf
2927
private $parent;
3028

3129
/**
32-
* Constructor.
33-
*
3430
* @param string $locale The locale
3531
* @param array $messages An array of messages classified by domain
3632
*/

Translator.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
use Symfony\Component\Config\ConfigCacheFactory;
2121

2222
/**
23-
* Translator.
24-
*
2523
* @author Fabien Potencier <fabien@symfony.com>
2624
*/
2725
class Translator implements TranslatorInterface, TranslatorBagInterface
@@ -72,8 +70,6 @@ class Translator implements TranslatorInterface, TranslatorBagInterface
7270
private $configCacheFactory;
7371

7472
/**
75-
* Constructor.
76-
*
7773
* @param string $locale The locale
7874
* @param MessageSelector|null $selector The message selector for pluralization
7975
* @param string|null $cacheDir The directory to use for the cache

0 commit comments

Comments
 (0)