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 c534814 commit 30d89f6Copy full SHA for 30d89f6
tipsy-0.10/web/index.php
@@ -1,7 +1,7 @@
1
<?php
2
3
error_reporting(E_ALL ^ (E_NOTICE | E_STRICT));
4
-ini_set('display_errors',true);
+ini_set('display_errors', true);
5
6
require_once __DIR__ . '/../vendor/autoload.php';
7
0 commit comments