Skip to content

Commit

Permalink
chore: fix format task
Browse files Browse the repository at this point in the history
IvanChepurnyi committed Jan 7, 2025
1 parent c4871fd commit 7d3649c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -27,8 +27,8 @@
"scripts": {
"test": "paratest ./tests/ ",
"unit": "paratest ./tests/ --exclude-group=slow",
"format:check": "phpcs --standard=PSR12 ./",
"format:write": "phpcbf --standard=PSR12 ./"
"format:check": "phpcs --standard=PSR12 ./src/ ./tests/",
"format:write": "phpcbf --standard=PSR12 ./src/ ./tests/"
},
"authors": [
{

0 comments on commit 7d3649c

Please sign in to comment.