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

Devops-XXX - Ddev config update #61

Merged
merged 7 commits into from
Jan 10, 2024
Merged

Conversation

mdyoung3
Copy link
Contributor

@mdyoung3 mdyoung3 commented Jan 9, 2024

READY FOR REVIEW

Summary

  • TL;DR - what's this PR for?
    Ddev updates for php 8.2 and tweaks for ease of development.

Review By (Date)

  • When does this need to be reviewed by?
    Jan 14

@mdyoung3 mdyoung3 requested a review from pookmish January 9, 2024 21:23
Copy link
Collaborator

@pookmish pookmish left a comment

Choose a reason for hiding this comment

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

Just one line I feel is unnecessary.

.gitignore Show resolved Hide resolved
@mdyoung3 mdyoung3 changed the title Devops 000 ddev config update Devops-XXX - Ddev config update Jan 9, 2024
@mdyoung3 mdyoung3 requested a review from pookmish January 10, 2024 17:13
Comment on lines 165 to 169
foreach($additionalSettingsFiles as $additionalSettingsFile) {
if(file_exists($additionalSettingsFile)){
require $additionalSettingsFile;
}
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Need correct spacing now.

Suggested change
foreach($additionalSettingsFiles as $additionalSettingsFile) {
if(file_exists($additionalSettingsFile)){
require $additionalSettingsFile;
}
}
foreach ($additionalSettingsFiles as $additionalSettingsFile) {
if (file_exists($additionalSettingsFile)) {
require $additionalSettingsFile;
}
}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@pookmish Oops. Okay. it's standardized.

Copy link
Collaborator

@pookmish pookmish left a comment

Choose a reason for hiding this comment

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

Thanks for the cycles @mdyoung3

@pookmish pookmish merged commit b38bede into 2.x Jan 10, 2024
5 checks passed
@pookmish pookmish deleted the DEVOPS-000-ddev-config-update branch January 10, 2024 18:32
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.

2 participants