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 a5b01e2 commit 31f8ab5Copy full SHA for 31f8ab5
composer.json
@@ -26,5 +26,12 @@
26
"squizlabs/php_codesniffer": "^3.7.1",
27
"phpunit/phpunit": "^9.5.21",
28
"php-coveralls/php-coveralls": "^2.5.2"
29
+ },
30
+ "scripts": {
31
+ "test-cs": [
32
+ "php-cs-fixer --dry-run -v --config=cs-fixer.php.dist --path-mode=intersection fix src tests",
33
+ "phpcs --extensions=php --standard=phpcs.xml.dist src",
34
+ "phpcs --extensions=php --standard=phpcs.xml.dist --ignore=*/CodeSamples/* tests"
35
+ ]
36
}
37
0 commit comments