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

Bring to PSR12 compliance #91

Merged
merged 13 commits into from
Jul 23, 2024
Merged

Bring to PSR12 compliance #91

merged 13 commits into from
Jul 23, 2024

Conversation

phily245
Copy link
Contributor

@phily245 phily245 commented Jul 23, 2024

PSR12 is a very widely used PHP FIG standard.

We are now aligning to this to make the code more inline with other codebases.

#86

phily245 added 13 commits July 23, 2024 14:20
We can use this to ensure PSR12 compliance anfd automate fixes
I ran PHPCBF over the repo, these are all automated fixes
This way, if a new folder is added it is automatically checked
This brings us into PSR12 compliance
Unfortunately, this is deep in vendor dependencies so we cannot change
this for PSR12 compliance
This makes visibility more obvious
THis is now inline with PSR12
This isn't needed and breaches PSR 12
This is now PSR12 compliant
THis will align with multiple jobs
This will enforce PSR12 now
This shows the coding standards and tools now in use in CI
Should we update the test runner, we only have to update it in one place
@phily245 phily245 merged commit ad0b005 into v2.0 Jul 23, 2024
5 checks passed
@phily245 phily245 deleted the psr-12-compliance branch July 23, 2024 14:47
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.

1 participant