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

[BUGFIX] Require a PHP-CS-Fixer version that support the PER standard #83

Merged
merged 2 commits into from
Dec 20, 2022

Conversation

oliverklee
Copy link
Contributor

We recently switch from PSR-2 to PER as our base coding standard.

As this standard got introduced in PHP-CS-Fixer 3.11.0, we need that have this version as the minimum required version.

Fixes #82

We recently switch from PSR-2 to PER as our base coding standard.

As this standard got introduced in PHP-CS-Fixer 3.11.0, we need that
have this version as the minimum required version.

Fixes TYPO3#82
@github-actions github-actions bot added the bug Something isn't working label Dec 19, 2022
Copy link
Collaborator

@gilbertsoft gilbertsoft left a comment

Choose a reason for hiding this comment

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

Thanks!

@gilbertsoft gilbertsoft merged commit dc02d51 into TYPO3:main Dec 20, 2022
gilbertsoft added a commit that referenced this pull request Dec 20, 2022
#83)

* [BUGFIX] Require a PHP-CS-Fixer version that support the PER standard

We recently switch from PSR-2 to PER as our base coding standard.

As this standard got introduced in PHP-CS-Fixer 3.11.0, we need that
have this version as the minimum required version.

Fixes #82

* Extend CI

Co-authored-by: Simon Gilli <[email protected]>
gilbertsoft added a commit that referenced this pull request Dec 20, 2022
#83)

* [BUGFIX] Require a PHP-CS-Fixer version that support the PER standard

We recently switch from PSR-2 to PER as our base coding standard.

As this standard got introduced in PHP-CS-Fixer 3.11.0, we need that
have this version as the minimum required version.

Fixes #82

* Extend CI

Co-authored-by: Simon Gilli <[email protected]>
@oliverklee oliverklee deleted the bugfix/raise-cs-fixer-version branch December 20, 2022 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Raise the PHP-CS-Fixer dependency for the PER coding standard
2 participants