Skip to content

Commit 4bd7430

Browse files
committed
Fix code style
Apply default PHP CS Fixer rules
1 parent 7f27bab commit 4bd7430

File tree

2 files changed

+215
-146
lines changed

2 files changed

+215
-146
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"require-dev": {
1212
"phpunit/phpunit": "<10",
1313
"roave/security-advisories": "dev-latest",
14-
"yoast/phpunit-polyfills": "^2.0"
14+
"yoast/phpunit-polyfills": "^2.0",
15+
"friendsofphp/php-cs-fixer": "^3.75"
1516
},
1617
"archive" : {
1718
"exclude" : [

0 commit comments

Comments
 (0)