@@ -170,8 +170,6 @@ |
||
170 | 170 | /** |
171 | 171 | * Sort by entry count descending |
172 | 172 | * |
173 | - * @param array $a |
|
174 | - * @param array $b |
|
175 | 173 | * @return number |
176 | 174 | */ |
177 | 175 | private function sortByEntryCountDescending(array $configEntryA, array $configEntryB) |
@@ -47,7 +47,7 @@ discard block |
||
47 | 47 | /** |
48 | 48 | * Constructor |
49 | 49 | * |
50 | - * @param ImageCaptionRenderer $imageCaptionRenderer |
|
50 | + * @param ImageCaptionRenderer $captionRenderer |
|
51 | 51 | * @param array $urlTranslation |
52 | 52 | * @param string $imagesBaseUrl |
53 | 53 | * @param array $imagesConfig |
@@ -74,7 +74,7 @@ discard block |
||
74 | 74 | /** |
75 | 75 | * Get url translation |
76 | 76 | * |
77 | - * @return array |
|
77 | + * @return string |
|
78 | 78 | */ |
79 | 79 | public function getUrlTranslation() : array |
80 | 80 | { |