From 11c63fc58e1971fd0bed38b39fb026dae4f59678 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Mon, 10 Aug 2020 23:18:06 +0200 Subject: [PATCH] Disable error reporting phpcs-errors:226 phpunit-status:successful --- csv.php | 3 --- index.php | 3 --- index3.php | 2 -- index6.php | 3 --- 4 files changed, 11 deletions(-) diff --git a/csv.php b/csv.php index 44a9b73..63e79b4 100644 --- a/csv.php +++ b/csv.php @@ -5,9 +5,6 @@ * @author Joshua Ramon Enslin */ declare(strict_types = 1); -error_reporting(E_ALL); -ini_set('display_errors', "1"); - require_once __DIR__ . "/functions/functions.php"; if (session_status() != PHP_SESSION_ACTIVE) { diff --git a/index.php b/index.php index 4cf8803..f1ce677 100644 --- a/index.php +++ b/index.php @@ -7,9 +7,6 @@ * @author Joshua Ramon Enslin */ declare(strict_types = 1); -error_reporting(E_ALL); -ini_set('display_errors', "1"); - require_once __DIR__ . "/functions/functions.php"; if (session_status() != PHP_SESSION_ACTIVE) { diff --git a/index3.php b/index3.php index c960485..8781059 100644 --- a/index3.php +++ b/index3.php @@ -1,7 +1,5 @@