-
-
Notifications
You must be signed in to change notification settings - Fork 824
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
More phpcbs code cleanups #22551
More phpcbs code cleanups #22551
Conversation
(Standard links)
|
install/langs.php
Outdated
@@ -1,4 +1,4 @@ | |||
<?php $langs = array ( | |||
<?php $langs = [ |
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.
This file is generated via CRM/Core/CodeGen/I18n.php
:
file_put_contents('../install/langs.php', "<?php \$langs = " . var_export($langs, TRUE) . ";");
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.
A newline would be nice after the <?php
at least
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.
I've removed it from the PR
a5dacf4
to
28a98d7
Compare
); |
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.
this might come back but it's hard to remove too since I have to beat up my editor to not do this - I think we can ignore this accidental extra fix
Patch looks good. |
thanks @monishdeb |
No description provided.