php-gettext / Gettext

PHP library to collect and manipulate gettext (.po, .mo, .php, .json, etc)
MIT License
687 stars 134 forks source link

Improve Translations return type hinting #175

Closed ArthurHoaro closed 6 years ago

ArthurHoaro commented 6 years ago

Without return types in @method instructions, I have to manually add @var Translations $foo to have PHPStorm autocompletion (also :D).

(EDIT: also the tests are failing since your last merge)

oscarotero commented 6 years ago

thanks!