We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca0bf4 commit c77f0f8Copy full SHA for c77f0f8
Resources/stubs/UnhandledMatchError.php
@@ -1,5 +1,7 @@
1
<?php
2
3
-class UnhandledMatchError extends Error
4
-{
+if (\PHP_VERSION_ID < 80000) {
+ class UnhandledMatchError extends Error
5
+ {
6
+ }
7
}
Resources/stubs/ValueError.php
-class ValueError extends Error
+ class ValueError extends Error
0 commit comments