mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-02 13:09:53 +09:00
8 lines
145 B
PHP
8 lines
145 B
PHP
<?php
|
|
|
|
if (\PHP_VERSION_ID < 80000 && \extension_loaded('tokenizer')) {
|
|
class PhpToken extends Symfony\Polyfill\Php80\PhpToken
|
|
{
|
|
}
|
|
}
|