We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The additional features of double-quoted strings create more potential for mistakes, and might be slower for PHP to parse.
Hopefully there's a PHP-CS-Fixer rule for this.
The text was updated successfully, but these errors were encountered:
There indeed is: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/doc/rules/string_notation/single_quote.rst
Sorry, something went wrong.
[CLEANUP] Use single-quoted string literals whenever possible
037c649
Fixes #640
For the record, this has no impact on performance: https://www.npopov.com/2012/01/09/Disproving-the-Single-Quotes-Performance-Myth.html
a28ad75
I thought so, since I could think of an implementation which would not impact performance.
oliverklee
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
The additional features of double-quoted strings create more potential for mistakes, and might be slower for PHP to parse.
Hopefully there's a PHP-CS-Fixer rule for this.
The text was updated successfully, but these errors were encountered: