filestack / filestack-php

Official PHP SDK for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
https://www.filestack.com
Apache License 2.0
56 stars 32 forks source link

Improve return type-hints #44

Open chbakouras opened 4 years ago

chbakouras commented 4 years ago

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 commented 4 years ago

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