Skip to content

Commit 861149d

Browse files
committed
cs fixer
1 parent a792e01 commit 861149d

19 files changed

Lines changed: 2918 additions & 804 deletions

.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)