@@ -63,7 +63,7 @@ discard block |
||
| 63 | 63 | /** |
| 64 | 64 | * Get whether language is default or not. |
| 65 | 65 | * |
| 66 | - * @return String Returns if language is default. |
|
| 66 | + * @return boolean Returns if language is default. |
|
| 67 | 67 | */ |
| 68 | 68 | public function isDefault() |
| 69 | 69 | { |
@@ -83,7 +83,7 @@ discard block |
||
| 83 | 83 | /** |
| 84 | 84 | * Sets the value of title. |
| 85 | 85 | * |
| 86 | - * @param mixed $title the title |
|
| 86 | + * @param string $title the title |
|
| 87 | 87 | * |
| 88 | 88 | * @return self |
| 89 | 89 | */ |
@@ -10,7 +10,7 @@ |
||
| 10 | 10 | private $languageRepository; |
| 11 | 11 | |
| 12 | 12 | /** |
| 13 | - * @param EntityManager $entityManager |
|
| 13 | + * @param ObjectManager $entityManager |
|
| 14 | 14 | */ |
| 15 | 15 | public function __construct(ObjectManager $entityManager) |
| 16 | 16 | { |