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.28k stars 418 forks source link

Add declaration for functions, depend on what it will return #166

Closed AbdlrahmanSaberAbdo closed 3 years ago

AbdlrahmanSaberAbdo commented 3 years ago

Add declaration for functions, depending on what it will return

I used the same concepts for other functions.