Skip to content

Commit 8187921

Browse files
committed
Hide deprecated warnings
1 parent a9f9d10 commit 8187921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/PHP/fat-free/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/** @var Base $f3 */
1010
$f3 = \Base::instance();
1111

12-
error_reporting(-1);
12+
error_reporting(E_ALL ^ E_DEPRECATED);
1313

1414
$f3->set('DEBUG', 0);
1515
$f3->set('HIGHLIGHT', false);

0 commit comments

Comments
 (0)