Skip to content

Commit 47f14fa

Browse files
committed
removed E_STRICT from PHP
1 parent 4050568 commit 47f14fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php/test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
error_reporting(E_ALL | E_STRICT);
3+
error_reporting(E_ALL);
44

55
require_once('flatted.php');
66

0 commit comments

Comments
 (0)