From f1854da7d6ac81a8e5bb8d2925d2bb2bcbb7c4ff Mon Sep 17 00:00:00 2001 From: Hrvoje Jukic Date: Sat, 5 Jun 2021 21:34:27 +0200 Subject: [PATCH] Not redeclaring polyfilled classes when PHP version is target or above --- src/Php80/Resources/stubs/UnhandledMatchError.php | 6 ++++-- src/Php80/Resources/stubs/ValueError.php | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/Php80/Resources/stubs/UnhandledMatchError.php b/src/Php80/Resources/stubs/UnhandledMatchError.php index 7fb2000e9..37937cbfa 100644 --- a/src/Php80/Resources/stubs/UnhandledMatchError.php +++ b/src/Php80/Resources/stubs/UnhandledMatchError.php @@ -1,5 +1,7 @@