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

Code cleanup in bootstrap.php #19834

Merged
merged 1 commit into from
Mar 19, 2021
Merged

Code cleanup in bootstrap.php #19834

merged 1 commit into from
Mar 19, 2021

Conversation

eileenmcnaughton
Copy link
Contributor

@eileenmcnaughton eileenmcnaughton commented Mar 19, 2021

Overview

Minor code cleanup - most but not all of these are in this PR (I left off a couple that were a bit harder to grok)
totten/civix#215

Before

minor coding infractions

After

Almost clean
image

Technical Details

Note the declaraition of php-json in composer helps the IDE but has no other impact (well maybe it would if someone really didn't have it)

Comments

@civibot
Copy link

civibot bot commented Mar 19, 2021

(Standard links)

@@ -84,7 +84,8 @@
"ext-intl": "*",
"pear/mail_mime": "~1.10",
"pear/db": "1.10",
"civicrm/composer-compile-lib": "~0.3 || ~1.0"
"civicrm/composer-compile-lib": "~0.3 || ~1.0",
"ext-json": "*"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eileenmcnaughton was this intentional?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@seamuslee001 yep - per pr template - it communicates to the IDE that it is present. No impact on anything else

@colemanw colemanw merged commit 3105a05 into civicrm:master Mar 19, 2021
@colemanw colemanw deleted the seq branch March 19, 2021 17:43
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.

3 participants