From d7e77b55422180063bf15d275b2b5e25d9164a3b Mon Sep 17 00:00:00 2001 From: Fritz Michael Gschwantner Date: Tue, 6 May 2025 11:04:31 +0100 Subject: [PATCH] Do not override `error_reporting` --- bin/rector.php | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/rector.php b/bin/rector.php index 6da6abd26fb5..5f5e1a2100d2 100755 --- a/bin/rector.php +++ b/bin/rector.php @@ -17,7 +17,6 @@ // @ intentionally: continue anyway @\ini_set('memory_limit', '-1'); // Performance boost -\error_reporting(\E_ALL); \ini_set('display_errors', 'stderr'); \gc_disable(); \define('__RECTOR_RUNNING__', \true);