diff --git a/preload.php b/preload.php index b9229a3d1a9f..654874013852 100644 --- a/preload.php +++ b/preload.php @@ -298,6 +298,8 @@ 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'; diff --git a/src/Application/VersionResolver.php b/src/Application/VersionResolver.php index 2e6a963f40f8..f6d0b442e3a8 100644 --- a/src/Application/VersionResolver.php +++ b/src/Application/VersionResolver.php @@ -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 */