Skip to content

Commit 4c0c916

Browse files
OskarStarkfabpot
authored andcommitted
removed useless PHPDoc
1 parent d52cb24 commit 4c0c916

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)