Files
Kanboard-Prod/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php
Frédéric Guillot f5bb55bdb8 PHP 8 Compatibility
2022-02-05 11:49:03 -08:00

8 lines
96 B
PHP

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