Skip to content

Commit 6909a3c

Browse files
committed
minor #24342 removed useless PHPDoc (OskarStark)
This PR was squashed before being merged into the 2.7 branch (closes #24342). Discussion ---------- removed useless PHPDoc | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no <!-- don't forget updating src/**/CHANGELOG.md files --> | BC breaks? | no | Deprecations? | no <!-- don't forget updating UPGRADE-*.md files --> | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | n/a Commits ------- 5ee9043d8b removed useless PHPDoc
2 parents 8a70d4c + 4c0c916 commit 6909a3c

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)