stable
Clone or download
Read-only
request #22677: Disallow named arguments usage
PHP named arguments are a feature introduced with PHP 8.0 [0]. Since we are in a position where we have a (almost) complete control over the codebase it is more likely to encourage bad engineering practices or at least it will not encourage us to fix the existing design issues. [0] https://wiki.php.net/rfc/named_params Change-Id: Idcdcad1585038ee21cabecd7518cb0f10cb28d8b
Modified Files
Name | ||||
---|---|---|---|---|
M | tests/phpcs/non-psr-rules.xml | +2 | −0 | Go to diff View file |
M | tests/psalm/psalm.xml | +1 | −0 | Go to diff View file |