Skip to content
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

Merged
merged 1 commit into from
Jan 26, 2022
Merged

More phpcbs code cleanups #22551

merged 1 commit into from
Jan 26, 2022

Conversation

eileenmcnaughton
Copy link
Contributor

No description provided.

@civibot
Copy link

civibot bot commented Jan 18, 2022

(Standard links)

@civibot civibot bot added the master label Jan 18, 2022
@@ -1,4 +1,4 @@
<?php $langs = array (
<?php $langs = [
Copy link
Member

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) . ";");

Copy link
Member

@colemanw colemanw Jan 18, 2022

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

Copy link
Contributor Author

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

);
Copy link
Contributor Author

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

@monishdeb
Copy link
Member

Patch looks good.

@monishdeb monishdeb merged commit b534864 into civicrm:master Jan 26, 2022
@eileenmcnaughton eileenmcnaughton deleted the phpcs branch January 26, 2022 04:16
@eileenmcnaughton
Copy link
Contributor Author

thanks @monishdeb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants