8000 removed some phpdocs · symfony/symfony@ceba239 · GitHub
[go: up one dir, main page]

Skip to content

Commit ceba239

Browse files
committed
removed some phpdocs
1 parent ec379e1 commit ceba239

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,6 @@ class TranslationDebugCommand extends ContainerAwareCommand
4848
private $defaultTransPath;
4949
private $defaultViewsPath;
5050

51-
/**
52-
* @param TranslatorInterface $translator
53-
* @param TranslationReaderInterface $reader
54-
* @param ExtractorInterface $extractor
55-
* @param string $defaultTransPath
56-
* @param string $defaultViewsPath
57-
*/
5851
public function __construct($translator = null, TranslationReaderInterface $reader = null, ExtractorInterface $extractor = null, $defaultTransPath = null, $defaultViewsPath = null)
5952
{
6053
if (!$translator instanceof TranslatorInterface) {

0 commit comments

Comments
 (0)
0