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 523de79 commit ec82f2aCopy full SHA for ec82f2a
composer.json
@@ -23,6 +23,7 @@
23
"phpunit/phpunit": "^9",
24
"phpstan/phpstan": "^0.12.91",
25
"vimeo/psalm": "^4.8",
26
- "phpbench/phpbench": "^1.0"
+ "phpbench/phpbench": "^1.0",
27
+ "squizlabs/php_codesniffer": "^3.6"
28
}
29
phpcs.xml
@@ -0,0 +1,5 @@
1
+<?xml version="1.0"?>
2
+<ruleset>
3
+ <rule ref="PSR12"/>
4
+ <file>src</file>
5
+</ruleset>
0 commit comments