From 10f96a773c317eba36835baccd78668d83b0073f Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Mon, 16 Mar 2026 17:00:58 +0700 Subject: [PATCH] [Scoper] Cleanup DateRangeError from exclusions on scoper.php since we use php 8.3 already on runner of scoped build. This exclusion `DateRangeError` that already available on php 8.3 should no longer needed. --- scoper.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/scoper.php b/scoper.php index e8893e4b34f..e9af1de3cfe 100644 --- a/scoper.php +++ b/scoper.php @@ -35,9 +35,6 @@ 'PHPUnit\Framework\TestCase', 'PHPUnit\Runner\Version', 'PHPUnit\Framework\ExpectationFailedException', - - // native class on php 8.3+ - 'DateRangeError', ], 'exclude-namespaces' => [ '#^Rector#',