rtconner / laravel-tagging

Tag support for Laravel Eloquent models - Taggable Trait
MIT License
882 stars 168 forks source link

PHPdoc scope methods #179

Closed Firtzberg closed 4 years ago

Firtzberg commented 5 years ago

The PHPdoc methods for scopes (e.g. withAllTags) are useless when written down in the trait, since a trait cannot be typehinted. Those should be moved to the contract.

rtconner commented 4 years ago

Which editor is this? PHPStorm recognized the trait methods and uses them and gives full method hinting.

rtconner commented 4 years ago

Re-open if you can help me reproduce this.