Skip to content

Commit 7d3649c

Browse files
committed
chore: fix format task
1 parent c4871fd commit 7d3649c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"scripts": {
2828
"test": "paratest ./tests/ ",
2929
"unit": "paratest ./tests/ --exclude-group=slow",
30-
"format:check": "phpcs --standard=PSR12 ./",
31-
"format:write": "phpcbf --standard=PSR12 ./"
30+
"format:check": "phpcs --standard=PSR12 ./src/ ./tests/",
31+
"format:write": "phpcbf --standard=PSR12 ./src/ ./tests/"
3232
},
3333
"authors": [
3434
{

0 commit comments

Comments
 (0)