Skip to content

Commit 16136f7

Browse files
authored
[Scoper] Cleanup DateRangeError from exclusions on scoper.php (#7930)
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.
1 parent 61d95b8 commit 16136f7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scoper.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@
3535
'PHPUnit\Framework\TestCase',
3636
'PHPUnit\Runner\Version',
3737
'PHPUnit\Framework\ExpectationFailedException',
38-
39-
// native class on php 8.3+
40-
'DateRangeError',
4138
],
4239
'exclude-namespaces' => [
4340
'#^Rector#',

0 commit comments

Comments
 (0)