Skip to content

Commit b05d801

Browse files
fix: specify paths for PHP code style checks (#684)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Max Prilutskiy <maks.prilutskiy@gmail.com>
1 parent 23840b8 commit b05d801

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

php/sdk/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"scripts": {
2727
"test": "phpunit",
28-
"cs": "phpcs",
29-
"cs-fix": "phpcbf"
28+
"cs": "phpcs src/ tests/",
29+
"cs-fix": "phpcbf src/ tests/"
3030
}
3131
}

0 commit comments

Comments
 (0)