filestack-php icon indicating copy to clipboard operation
filestack-php copied to clipboard

Improve return type-hints

Open chbakouras opened this issue 5 years ago • 1 comments

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.

chbakouras avatar Nov 19 '19 12:11 chbakouras

Any update on this? Should I create a pull request?

chbakouras avatar Nov 26 '19 13:11 chbakouras