We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. Thanks for the tool - really helpful sometimes. I noticed it doesn't mention trailing comma in array elements (PHP 7.2 - https://wiki.php.net/rfc/list-syntax-trailing-commas).
It also doesn't mention trailing comma in function arguments list. Here the docs say "As of PHP 8.0.0" (https://www.php.net/manual/en/functions.arguments.php) but RFC claims, that it's implemented in 7.3 (https://wiki.php.net/rfc/trailing-comma-function-calls)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi. Thanks for the tool - really helpful sometimes.
I noticed it doesn't mention trailing comma in array elements (PHP 7.2 - https://wiki.php.net/rfc/list-syntax-trailing-commas).
It also doesn't mention trailing comma in function arguments list. Here the docs say "As of PHP 8.0.0" (https://www.php.net/manual/en/functions.arguments.php) but RFC claims, that it's implemented in 7.3 (https://wiki.php.net/rfc/trailing-comma-function-calls)
The text was updated successfully, but these errors were encountered: