We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9525794 commit 9be4d7cCopy full SHA for 9be4d7c
.gitattributes
@@ -1,11 +1,10 @@
1
* text=auto
2
3
/tests export-ignore
4
+/.editorconfig export-ignore
5
+/.scrutinizer.yml export-ignore
6
+/.styleci.yml export-ignore
7
/.gitattributes export-ignore
8
/.gitignore export-ignore
9
/.travis.yml export-ignore
-/.editorconfig export-ignore
-/.scrutinizer.yml export-ignore
10
/phpunit.xml export-ignore
-/CHANGELOG.md export-ignore
11
-/README.md export-ignore
.styleci.yml
@@ -0,0 +1,12 @@
+preset: psr2
+
+enabled:
+ - unused_use
+ - include
+ - self_accessor
+ - single_quote
+ - ordered_use
+disabled:
+ - indentation
12
+ - braces
0 commit comments