I'm considering making a PHPStan rule called `@no-no-named-arguments`, which prohibits the use of `@no-named-arguments`.
Please don't prohibit me from using one of PHP's best features, I'm aware of the consequences of using named arguments and am willing to deal with potential breaking changes if they arrive.
Back