-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Code style standardization on form type options #4967
Conversation
70a4484
to
c06967c
Compare
c06967c
to
b37314b
Compare
Yes, that's fine by me |
@wouterj |
👍 looks great |
Hi @mimol91! Thanks for your work and taking care of updating this PR. Something still went wrong while trying to merge it, so I started a new branch and cherry-picked you commit. This resulted in a new PR: #5365 (you're still the author of the commit). I'll merge that PR, so I'll close this PR. Thanks again! |
@wouterj |
I m not quite sure how to set proper name for bool attributes.
I read on SF Code standards "For type-hinting in PHPDocs and casting, use bool (instead of boolean or Boolean)", however I change it to boolean. (Most commonly used)