filestack-php
filestack-php copied to clipboard
Improve return type-hints
Currently, the library uses type-hints that not exist.
For example, FilestackClient has a convertFile method that has a return type-hint of Filestack/Filelink while the correct one is \Filestack\Filelink.
This improvement will allow us to use the type-hint properly into php7+ projects.
Any update on this? Should I create a pull request?