Skip to content

Commit

Permalink
Fix coding standard
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Aug 1, 2024
1 parent 133efff commit d76c96a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion module/Core/functions/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ function normalizeLocale(string $locale): string
* minimum quality
*
* @param non-empty-string $acceptLanguage
* @param float $minQuality
* @return iterable<string>;
*/
function acceptLanguageToLocales(string $acceptLanguage, float $minQuality = 0): iterable
Expand Down

0 comments on commit d76c96a

Please sign in to comment.