Skip to content

Commit f693c66

Browse files
authored
Merge pull request #12 from WonderNetwork/feature/csfixer
cs fixer
2 parents 6df04e0 + e174b4d commit f693c66

61 files changed

Lines changed: 3151 additions & 922 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030

3131
- name: Install dependencies
3232
run: composer install
33+
- name: Code Style
34+
run: vendor/bin/php-cs-fixer check
3335
- name: PHPStan
3436
run: vendor/bin/phpstan
3537
- name: PHPUnit

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/.phpunit.cache/
2+
.php-cs-fixer.cache

0 commit comments

Comments
 (0)