-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Add empty parentheses to method names #7017
New issue
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
Conversation
👍 Status: Reviewed |
👍 |
A missing one in security/api_key_authentication.rst:
|
Another missing one in best_practices/security.rst:
|
Another one in bundles/extension.rst:
|
Another one in components/config/definition.rst:
I won't add more comments here ... but you get the idea that there are a lot of other cases 😁 |
5266f24
to
d02c325
Compare
d02c325
to
4f52c91
Compare
Well, regular expressions rock! @javiereguiluz Let me know if I missed something... ;) |
@@ -685,7 +685,7 @@ method to access the list of errors. It returns a | |||
|
|||
$errorsAsArray = iterator_to_array($form->getErrors()); | |||
|
|||
This is useful, for example, if you want to use PHP's ``array_`` function | |||
This is useful, for example, if you want to use PHP's ``array_()`` function |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
array_()
-> array_*()
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
4f52c91
to
3cfaf38
Compare
Thank you @bocharsky-bw. |
This PR was merged into the 2.7 branch. Discussion ---------- Add empty parentheses to method names Commits ------- 3cfaf38 Add empty parentheses to method names
No description provided.