fixes for server environment.

This commit is contained in:
2025-04-17 21:22:03 +00:00
parent 34ecc4e170
commit aabc87961a
97 changed files with 12020 additions and 3 deletions
@@ -0,0 +1,16 @@
<?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
{
}
}