caisse-bliss/vendor/laminas/laminas-code/polyfill/ReflectionEnumPolyfill.php

15 lines
148 B
PHP
Raw Normal View History

2023-06-19 12:13:30 +02:00
<?php
if (\PHP_VERSION_ID >= 80100) {
return;
}
/** @internal */
class ReflectionEnum
{
public function __construct($enum)
{
}
}