Skip to content

Fix PHP code style in documentation snippets#8190

Merged
dereuromark merged 1 commit into5.xfrom
fix/code-block-cs-issues
Jan 29, 2026
Merged

Fix PHP code style in documentation snippets#8190
dereuromark merged 1 commit into5.xfrom
fix/code-block-cs-issues

Conversation

@dereuromark
Copy link
Member

Summary

Follow-up to #8189. Fixes PHP coding standards issues in code snippets that were re-tagged from text to php:

  • Add missing trailing commas in multi-line arrays (7 files)
  • Fix 2-space → 4-space indentation in schema array (testing.md)
  • Add missing semicolon (debugging.md)
  • Remove aligned => operators (counter-cache.md)
  • Revert two non-PHP blocks back to text (routing.md, plugins.md)

Add trailing commas to multi-line arrays, fix 2-space to 4-space
indentation, add missing semicolon, remove aligned => operators,
and revert non-PHP blocks back to text language tag.
@dereuromark dereuromark merged commit a64c5ba into 5.x Jan 29, 2026
5 checks passed
@dereuromark dereuromark deleted the fix/code-block-cs-issues branch January 29, 2026 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants