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 9ac439e commit 1e4a770Copy full SHA for 1e4a770
Readme.md
@@ -0,0 +1,17 @@
1
+[](https://packagist.org/packages/t3n/coding-standard) [](https://packagist.org/packages/t3n/coding-standard)
2
+
3
+# t3n Coding Standard
4
5
+The t3n Coding Standard is a set of PHPCS rules based on the PSR-2 standard.
6
7
+To install this standard you can easily require it via composer:
8
9
+```bash
10
+composer require t3n/coding-standard
11
+```
12
13
+To check your php files you can now use the t3n standard:
14
15
16
+phpcs --standard=t3n
17
0 commit comments