Skip to content

Commit 3dd8c0b

Browse files
committed
meta files.
1 parent 2f5b65c commit 3dd8c0b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.editorconfig

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
; This file is for unifying the coding style for different editors and IDEs.
2-
; More information at http://editorconfig.org
3-
2+
; More information at https://editorconfig.org
43
root = true
54

65
[*]

phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
>
66
<!-- E_ALL & ~E_USER_DEPRECATED (16383)-->
77
<!-- E_ALL (32767) -->
8-
<ini name="error_reporting" value="16383"/>
8+
<ini name="error_reporting" value="32767"/>
99
<php>
1010
<ini name="memory_limit" value="-1"/>
1111
<ini name="apc.enable_cli" value="1"/>

0 commit comments

Comments
 (0)