Skip to content

Commit c1e3cd0

Browse files
Merge branch '3.4'
* 3.4: (33 commits) Remove remaining `@experimental` annotations Tests and fix for issue in array model data in EntityType field with multiple=true [Validator] Add unique entity violation cause [Lock] Automaticaly release lock when user forget it [Form] Fixed PercentToLocalizedStringTransformer to accept both comma and dot as decimal separator, if possible fixed CS [FrameworkBundle] Don't clear app pools on cache:clear Hide label button when its setted to false removed useless PHPDoc [HttpFoundation] Return instance in StreamedResponse [Form] Fix FormInterface::submit() annotation [PHPUnitBridge] don't remove when set to empty string 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. ...
2 parents 26cac6a + 4beb22d commit c1e3cd0

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
@@ -24,8 +24,6 @@
2424
use Symfony\Component\Translation\Formatter\MessageFormatter;
2525

2626
/**
27-
* Translator.
28-
*
2927
* @author Fabien Potencier <fabien@symfony.com>
3028
*/
3129
class Translator implements TranslatorInterface, TranslatorBagInterface
@@ -76,8 +74,6 @@ class Translator implements TranslatorInterface, TranslatorBagInterface
7674
private $configCacheFactory;
7775

7876
/**
79-
* Constructor.
80-
*
8177
* @param string $locale The locale
8278
* @param MessageFormatterInterface|null $formatter The message formatter
8379
* @param string|null $cacheDir The directory to use for the cache

0 commit comments

Comments
 (0)