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

Simplified Coding Style checks: PSR12 replaces Symfony, risky not allowed anymore #737

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

k00ni
Copy link
Collaborator

@k00ni k00ni commented Sep 26, 2024

Type of pull request

  • Something else

About

Coding style checks are a pain in the butt for a while and are interfering with new pull requests frequently. Recent changes even lead to syntax errors because they are not compatible with older PHP versions (example). Investing the time to keep the code up to date with them isn't worth it (at least to me). With this PR a stable and not-ever-changing coding style set is used (PSR12). Its also a standard and well documented (https://www.php-fig.org/psr/psr-12/). I hope this eliminates or at least reduces the number of coding style errors in the future while at the same time guarantees some level of consistent coding styles.

…owed anymore

also deployed some coding style adaptions
@k00ni k00ni requested review from j0k3r and smalot September 26, 2024 06:21
@k00ni k00ni self-assigned this Sep 26, 2024
Copy link
Collaborator

@j0k3r j0k3r left a comment

Choose a reason for hiding this comment

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

Good idea!

@k00ni k00ni merged commit 15da82a into master Sep 26, 2024
56 checks passed
@k00ni k00ni deleted the feature/simplify-coding-style-checks branch September 26, 2024 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants