We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f5b65c commit 3dd8c0bCopy full SHA for 3dd8c0b
.editorconfig
@@ -1,6 +1,5 @@
1
; This file is for unifying the coding style for different editors and IDEs.
2
-; More information at http://editorconfig.org
3
-
+; More information at https://editorconfig.org
4
root = true
5
6
[*]
phpunit.xml.dist
@@ -5,7 +5,7 @@
>
<!-- E_ALL & ~E_USER_DEPRECATED (16383)-->
7
<!-- E_ALL (32767) -->
8
- <ini name="error_reporting" value="16383"/>
+ <ini name="error_reporting" value="32767"/>
9
<php>
10
<ini name="memory_limit" value="-1"/>
11
<ini name="apc.enable_cli" value="1"/>
0 commit comments