@@ -52,7 +52,7 @@ |
||
| 52 | 52 | /** |
| 53 | 53 | * @param string $id |
| 54 | 54 | * |
| 55 | - * @return Translation|object |
|
| 55 | + * @return null|\ReflectionClass |
|
| 56 | 56 | */ |
| 57 | 57 | public function get($id) |
| 58 | 58 | { |
@@ -48,7 +48,6 @@ |
||
| 48 | 48 | private $parser; |
| 49 | 49 | |
| 50 | 50 | /** |
| 51 | - * @param ParameterBag $loadersContainer |
|
| 52 | 51 | * @param TranslationManager $translationManager |
| 53 | 52 | * @param YmlExport $exporter |
| 54 | 53 | */ |