Re: [PSR-5] @method Pointers

2016-12-20 Thread Bradley Jones
Ah yes @mixin would do the job. https://github.com/phpDocumentor/fig-standards/issues/35 On Wednesday, December 21, 2016 at 10:46:52 AM UTC+11, Christopher Pitt wrote: > > It's an interesting idea, but I've always understood @method to be an > inherited thing. So that "extends \X\Y" or "@mixin

Re: [PSR-5] @method Pointers

2016-12-20 Thread Christopher Pitt
It's an interesting idea, but I've always understood @method to be an inherited thing. So that "extends \X\Y" or "@mixin \X\Y" indicate where to find inherited methods, and @method/@mixin applied to the parent also applies to the child. -- You received this message because you are subscribed