Update error-handling, not all warnings should be shown to all users
phpcs-errors:253 phpunit-status:successful
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
error_reporting(E_ALL);
|
error_reporting(E_ALL);
|
||||||
ini_set('display_errors', "1");
|
ini_set('display_errors', "0");
|
||||||
|
|
||||||
require_once __DIR__ . "/functions/functions.php";
|
require_once __DIR__ . "/functions/functions.php";
|
||||||
|
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
|
|
||||||
require_once __DIR__ . "/functions/functions.php";
|
require_once __DIR__ . "/functions/functions.php";
|
||||||
|
|
||||||
echo printHTMLHead();
|
echo printHTMLHead();
|
||||||
|
Reference in New Issue
Block a user