• File: PhpToken.php
  • Full Path: /home/bravrvjk/hpgt.org/wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php80/Resources/stubs/PhpToken.php
  • Date Modified: 04/28/2025 11:15 AM
  • File size: 401 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace ElementorDeps;

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <[email protected]>
 *
 * 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
    {
    }
}