Skip to content

Commit

Permalink
Codestyle
Browse files Browse the repository at this point in the history
Co-authored-by: Quy <[email protected]>
  • Loading branch information
SharkyKZ and Quy authored Oct 21, 2020
1 parent 191deb1 commit 90e03d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ public function stem($token)
* Converts the token to uppercase, suppressing accents and diaeresis. The array $wCase contains a special map of
* the uppercase rule used to convert each character at each position.
*
* @param string $token Token to process
* @param string $token Token to process
* @param array &$wCase Map of uppercase rules
*
* @return string
Expand Down Expand Up @@ -930,7 +930,7 @@ protected function toUpperCase($token, &$wCase)
* diaeresis and handle the special case of final sigma (different lowercase glyph than the regular sigma, only
* used at the end of words).
*
* @param string $token Token to process
* @param string $token Token to process
* @param array $wCase Map of lowercase rules
*
* @return string
Expand Down

0 comments on commit 90e03d1

Please sign in to comment.