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 1f67727 commit 87bd34bCopy full SHA for 87bd34b
.editorconfig
@@ -1,14 +1,12 @@
1
root = true
2
3
[*]
4
+charset = utf-8
5
trim_trailing_whitespace = true
6
insert_final_newline = true
-
7
-[*.php]
8
-charset = utf-8
9
indent_style = space
10
indent_size = 4
11
12
-[composer.json]
+[*.yml]
13
14
-indent_size = 4
+indent_size = 2
phpunit.xml.dist
@@ -13,7 +13,7 @@
stopOnFailure="false"
syntaxCheck="true"
15
verbose="true"
16
- >
+ >
17
<testsuites>
18
<testsuite name="API Test Suite">
19
<directory suffix="Test.php">./tests</directory>
0 commit comments