Re: [Vote] Require Aura project to replace its representative

2016-08-01 Thread guilhermebla...@gmail.com
Not that matters, but my personal vote is -1. On Aug 1, 2016 11:47, "Chris Tankersley" wrote: > +0, Sculpin > > -Chris > > On Thu, Jul 28, 2016 at 7:56 PM, Samantha QuiƱones < > ieatkillerb...@gmail.com> wrote: > >> All, >> >> The discussion period having concluded, I am now opening a vote on th

Re: [PSR-7] Opinions requested on potential patch

2016-08-03 Thread guilhermebla...@gmail.com
Hi Matthew, In this specific case (when considering an interface), @return self is wrong, as there is no way to return purely an interface instance. You just can't instantiate an interface. However, we should never assume that @return self is wrong in all scenarios, and IDEs should make sure that