rentalhost/laravel-insight

Eloquent\Model: match scope @method

Opened this issue · 0 comments

Following #10.

It should improve scope identification by generating the @method annotation on class with additional advantages.

  • Identify that a scope method haven't the @method annotation;
  • Identify that the scope related-method mismatch the @method annotation;
    • If possible: on update scope method, update @method annotation automatically;