We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f9d10 commit 8187921Copy full SHA for 8187921
frameworks/PHP/fat-free/index.php
@@ -9,7 +9,7 @@
9
/** @var Base $f3 */
10
$f3 = \Base::instance();
11
12
-error_reporting(-1);
+error_reporting(E_ALL ^ E_DEPRECATED);
13
14
$f3->set('DEBUG', 0);
15
$f3->set('HIGHLIGHT', false);
0 commit comments