Skip to content

Apply PHPCS coding standard, fix all violations#9

Merged
alganet merged 1 commit intoRespect:masterfrom
alganet:phpcs
Mar 15, 2026
Merged

Apply PHPCS coding standard, fix all violations#9
alganet merged 1 commit intoRespect:masterfrom
alganet:phpcs

Conversation

@alganet
Copy link
Member

@alganet alganet commented Mar 15, 2026

Run phpcbf auto-fixer on all files to fix whitespace, imports, trailing commas, and brace placement. Manually fix remaining violations: rename snake_case test methods to camelCase, rename snake_case variables to camelCase, replace double-quoted interpolation with concatenation, add traversable PHPDoc type hints, replace is_null() with strict comparison, and suppress SuperfluousAbstractClassNaming for public API classes.

Run phpcbf auto-fixer on all files to fix whitespace, imports,
trailing commas, and brace placement. Manually fix remaining
violations: rename snake_case test methods to camelCase, rename
snake_case variables to camelCase, replace double-quoted
interpolation with concatenation, add traversable PHPDoc type
hints, replace is_null() with strict comparison, and suppress
SuperfluousAbstractClassNaming for public API classes.
@alganet alganet marked this pull request as ready for review March 15, 2026 03:37
@alganet alganet merged commit ebf298e into Respect:master Mar 15, 2026
@alganet alganet deleted the phpcs branch March 15, 2026 03:39
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.

1 participant