1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-23 16:07:32 +02:00
ttrss/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php

17 lines
375 B
PHP
Raw Normal View History

2023-10-20 16:12:29 +02:00
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
if (\PHP_VERSION_ID < 80000 && extension_loaded('tokenizer')) {
class PhpToken extends Symfony\Polyfill\Php80\PhpToken
{
}
}