vinkla / hashids

A small PHP library to generate YouTube-like ids from numbers. Use it when you don't want to expose your database ids to the user.
https://hashids.org/php
MIT License
5.27k stars 417 forks source link

Fix PHPDoc of multiByteSplit #150

Closed szepeviktor closed 4 years ago

szepeviktor commented 4 years ago

Discovered by @phpstan

All available PHPDoc Types are to be found on PHPStan's website. https://phpstan.org/writing-php-code/phpdoc-types

vinkla commented 4 years ago

Thanks for the pull request Viktor! Please add a link to the documentation for this syntax in the pull request description.

szepeviktor commented 4 years ago

Done.

szepeviktor commented 4 years ago

You're welcome.

vinkla commented 4 years ago

Great! Merged.