Skip to content

Commit

Permalink
meta files.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Jan 3, 2020
1 parent 2f5b65c commit 3dd8c0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
; This file is for unifying the coding style for different editors and IDEs.
; More information at http://editorconfig.org

; More information at https://editorconfig.org
root = true

[*]
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
>
<!-- E_ALL & ~E_USER_DEPRECATED (16383)-->
<!-- E_ALL (32767) -->
<ini name="error_reporting" value="16383"/>
<ini name="error_reporting" value="32767"/>
<php>
<ini name="memory_limit" value="-1"/>
<ini name="apc.enable_cli" value="1"/>
Expand Down

0 comments on commit 3dd8c0b

Please sign in to comment.