Skip to content

Commit 1f7f9a0

Browse files
committedMay 17, 2024·
Migrate to php-cs-fixer
1 parent e2b9253 commit 1f7f9a0

File tree

188 files changed

+2655
-1058
lines changed

Some content is hidden

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

188 files changed

+2655
-1058
lines changed
 

‎.github/workflows/php-workshop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: shivammathur/setup-php@v2
2222
with:
2323
php-version: ${{ matrix.php }}
24-
tools: composer:v2
24+
tools: php-cs-fixer,composer:v2
2525
coverage: none
2626

2727
- name: Install Dependencies

‎.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
program.php
44
.phpunit.result.cache
55
/build
6+
/vendor-bin/**/vendor/
7+
.php-cs-fixer.cache

0 commit comments

Comments
 (0)