提交的内容

This commit is contained in:
2025-05-12 15:45:02 +08:00
parent 629c4750da
commit b48c692775
3043 changed files with 34732 additions and 60810 deletions

2
vendor/symfony/polyfill-php80/LICENSE vendored Executable file → Normal file
View File

@ -1,4 +1,4 @@
Copyright (c) 2020 Fabien Potencier
Copyright (c) 2020-present Fabien Potencier
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

0
vendor/symfony/polyfill-php80/Php80.php vendored Executable file → Normal file
View File

7
vendor/symfony/polyfill-php80/PhpToken.php vendored Executable file → Normal file
View File

@ -29,7 +29,7 @@ class PhpToken implements \Stringable
public $text;
/**
* @var int
* @var -1|positive-int
*/
public $line;
@ -38,6 +38,9 @@ class PhpToken implements \Stringable
*/
public $pos;
/**
* @param -1|positive-int $line
*/
public function __construct(int $id, string $text, int $line = -1, int $position = -1)
{
$this->id = $id;
@ -80,7 +83,7 @@ class PhpToken implements \Stringable
}
/**
* @return static[]
* @return list<static>
*/
public static function tokenize(string $code, int $flags = 0): array
{

0
vendor/symfony/polyfill-php80/README.md vendored Executable file → Normal file
View File

0
vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php vendored Executable file → Normal file
View File

0
vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php vendored Executable file → Normal file
View File

0
vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php vendored Executable file → Normal file
View File

View File

0
vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php vendored Executable file → Normal file
View File

0
vendor/symfony/polyfill-php80/bootstrap.php vendored Executable file → Normal file
View File

5
vendor/symfony/polyfill-php80/composer.json vendored Executable file → Normal file
View File

@ -20,7 +20,7 @@
}
],
"require": {
"php": ">=7.1"
"php": ">=7.2"
},
"autoload": {
"psr-4": { "Symfony\\Polyfill\\Php80\\": "" },
@ -29,9 +29,6 @@
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-main": "1.27-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"