Php cs fixer - #4
Open
Zombaya wants to merge 330 commits into
Open
Conversation
Zombaya
force-pushed
the
php-cs-fixer
branch
4 times, most recently
from
June 13, 2022 23:15
f524883 to
5cdcc79
Compare
Zombaya
force-pushed
the
php-cs-fixer
branch
6 times, most recently
from
September 13, 2022 20:21
ee9b427 to
e32b47e
Compare
Co-authored-by: Sean O'Brien <obrien.sean.dev@gmail.com>
Zombaya
force-pushed
the
php-cs-fixer
branch
3 times, most recently
from
March 28, 2023 07:30
e04458e to
88efed1
Compare
Squashed commits ---------------- * fb76eba 2022-06-13 Zombaya Add php-cs-fixer as tool to project. Installed according to best practice in README of php-cs-fixer. * 549ceae 2022-06-14 Zombaya Add pipeline-check for valid codestyle using php-cs-fixer * 11812f2 2022-09-13 Zombaya Update CONTRIBUTING.md and set version of php-cs-fixer fixed to current latest version * 01cb480 2022-09-13 Zombaya Autoformat src and tests to PSR-12 using php-cs-fixer * e5e6e9599 2022-09-13 Zombaya Add release-file * Modified codestyle from PSR-12 to PER * Added composer-scripts to more easily run php-cs-fixer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add php-cs-fixer as tool and as linting-check during github-CI.