Updated Rector to commit c9608a0f11d8a58224b33c8d2695f210a81816bc

c9608a0f11 [automated] Re-Generate preload.php (#5439)
This commit is contained in:
Tomas Votruba 2024-01-07 00:33:25 +00:00
parent 29eada363c
commit dd2b386e30
2 changed files with 4 additions and 2 deletions

View File

@ -298,6 +298,8 @@ require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/PhpDocNode.
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/PhpDocTagNode.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/PhpDocTextNode.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/PropertyTagValueNode.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/RequireExtendsTagValueNode.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/RequireImplementsTagValueNode.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/ReturnTagValueNode.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/SelfOutTagValueNode.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/TemplateTagValueNode.php';

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = 'd3791938add9fe1faddfd404ab76183235c1df2f';
public const PACKAGE_VERSION = 'c9608a0f11d8a58224b33c8d2695f210a81816bc';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2024-01-07 00:28:56';
public const RELEASE_DATE = '2024-01-07 00:30:43';
/**
* @var int
*/