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

Fix missing comma in upgrade doc UPGRADE-2.0.md #718

Merged
merged 2 commits into from
Nov 5, 2024

Conversation

justpilot
Copy link
Contributor

Closes #716

Corrected the syntax by adding a missing trailing comma and fixed a whitespace issue in the UPGRADE-2.0.md file. This ensures the documentation is consistent and free of formatting errors.
Included the PHP opening tag to ensure code example in upgrade guide functions correctly. This fix aligns documentation with standard PHP practices and prevents potential confusion for users.
@nikophil
Copy link
Member

nikophil commented Nov 5, 2024

thanks @justpilot

@nikophil nikophil merged commit 870cb42 into zenstruck:2.x Nov 5, 2024
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

[UPGRADE-2.0.md] Missing comma in example code
2 participants