Skip to content

Commit 1248f84

Browse files
Merge branch '2.7' into 2.8
* 2.7: (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 16e6a8b + 6909a3c commit 1248f84

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
@@ -14,8 +14,6 @@
1414
use Symfony\Component\Config\Resource\ResourceInterface;
1515

1616
/**
17-
* MessageCatalogue.
18-
*
1917
* @author Fabien Potencier <fabien@symfony.com>
2018
*/
2119
class MessageCatalogue implements MessageCatalogueInterface, MetadataAwareInterface
@@ -28,8 +26,6 @@ class MessageCatalogue implements MessageCatalogueInterface, MetadataAwareInterf
2826
private $parent;
2927

3028
/**
31-
* Constructor.
32-
*
3329
* @param string $locale The locale
3430
* @param array $messages An array of messages classified by domain
3531
*/

Translator.php

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

2020
/**
21-
* Translator.
22-
*
2321
* @author Fabien Potencier <fabien@symfony.com>
2422
*/
2523
class Translator implements TranslatorInterface, TranslatorBagInterface
@@ -70,8 +68,6 @@ class Translator implements TranslatorInterface, TranslatorBagInterface
7068
private $configCacheFactory;
7169

7270
/**
73-
* Constructor.
74-
*
7571
* @param string $locale The locale
7672
* @param MessageSelector|null $selector The message selector for pluralization
7773
* @param string|null $cacheDir The directory to use for the cache

0 commit comments

Comments
 (0)