We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4871fd commit 7d3649cCopy full SHA for 7d3649c
composer.json
@@ -27,8 +27,8 @@
27
"scripts": {
28
"test": "paratest ./tests/ ",
29
"unit": "paratest ./tests/ --exclude-group=slow",
30
- "format:check": "phpcs --standard=PSR12 ./",
31
- "format:write": "phpcbf --standard=PSR12 ./"
+ "format:check": "phpcs --standard=PSR12 ./src/ ./tests/",
+ "format:write": "phpcbf --standard=PSR12 ./src/ ./tests/"
32
},
33
"authors": [
34
{
0 commit comments