@@ -150,6 +150,7 @@ |
||
| 150 | 150 | |
| 151 | 151 | /** |
| 152 | 152 | * @Then there should be :count :className present in the database |
| 153 | + * @param integer $count |
|
| 153 | 154 | */ |
| 154 | 155 | public function thereShouldExistsNumberOfEntities($count, string $className) |
| 155 | 156 | { |
@@ -78,6 +78,9 @@ |
||
| 78 | 78 | $event->getMenu()->addChild($language); |
| 79 | 79 | } |
| 80 | 80 | |
| 81 | + /** |
|
| 82 | + * @param string $locale |
|
| 83 | + */ |
|
| 81 | 84 | private function getLanguageName(?string $locale = null): ?string |
| 82 | 85 | { |
| 83 | 86 | if (null === $locale) { |