Skip to content

Commit

Permalink
Merge pull request #150 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla authored Sep 8, 2020
2 parents 9e6b7ef + a1b88fb commit 8847f68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Hashids.php
Original file line number Diff line number Diff line change
Expand Up @@ -411,9 +411,9 @@ protected function getMathExtension(): MathInterface
/**
* Replace simple use of $this->multiByteSplit with multi byte string.
*
* @param $string
* @param string $string
*
* @return array|string[]
* @return array<int, string>
*/
protected function multiByteSplit($string): array
{
Expand Down

0 comments on commit 8847f68

Please sign in to comment.