jclaveau/php-fluent-traits

Make new_ final

Closed this issue · 0 comments

New_ is meant to make new MyClass() available in a static way so no other logic should be coded inside:

MyClass::new_()->myMethod();