Closed gugglegum closed 3 years ago
Hi there,
What it need for? Are you too busy to type 2 methods and want to use single method for both?
This is part of the original design of the library from 7 years ago, it was a choice that was made to support that style of dynamic method, you are free to use a single method for both, the library lets you do that.
It's a very controversial design that I consider to be outdated.
Thanks for sharing your opinion, perhaps this library is not for you
Many magic methods without proper PhpDoc annotations is not good. Also design allows to use dynamic method names which may contain style methods inside. What it need for? Are you too busy to type 2 methods and want to use single method for both? It's a very controversial design that I consider to be outdated.
When type is
mixed
IDE can't know how to interpret this property.