@@ -161,7 +161,7 @@ discard block |
||
161 | 161 | /** |
162 | 162 | * Check if the locale is supported. |
163 | 163 | * |
164 | - * @param string $locales |
|
164 | + * @param string $locale |
|
165 | 165 | * @return bool |
166 | 166 | */ |
167 | 167 | public function isSupported(string $locale) : bool |
@@ -172,7 +172,7 @@ discard block |
||
172 | 172 | /** |
173 | 173 | * Check if the locale is not supported. |
174 | 174 | * |
175 | - * @param string $locales |
|
175 | + * @param string $locale |
|
176 | 176 | * @return bool |
177 | 177 | */ |
178 | 178 | public function isNotSupported(string $locale) : bool |