There was an error while loading. Please reload this page.
1 parent 12a0942 commit 47b4110Copy full SHA for 47b4110
README.md
@@ -61,6 +61,19 @@ In addition to standards provided by [default](https://github.com/squizlabs/PHP_
61
* Yii2
62
* Zend
63
64
+---
65
+
66
+* To use the PSR12 standard, you'll need to specify the `beta` channel in your .codeclimate.yml:
67
68
+```
69
+plugins:
70
+ phpcodesniffer:
71
+ enabled: true
72
+ channel: beta
73
+ config:
74
+ standard: "PSR12"
75
76
77
### Need help?
78
79
For help with PHP_CodeSniffer, [check out their documentation](https://github.com/squizlabs/PHP_CodeSniffer).
0 commit comments