Files
wonderful-weather/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php
foobar 27c1969aaa init
2022-08-21 21:39:06 +02:00

8 lines
96 B
PHP

<?php
if (\PHP_VERSION_ID < 80000) {
class UnhandledMatchError extends Error
{
}
}