Skip to content

Commit

Permalink
Updated Rector to commit c9608a0f11d8a58224b33c8d2695f210a81816bc
Browse files Browse the repository at this point in the history
rectorphp/rector-src@c9608a0 [automated] Re-Generate preload.php (#5439)
  • Loading branch information
TomasVotruba committed Jan 7, 2024
1 parent 29eada3 commit dd2b386
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions preload.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
4 changes: 2 additions & 2 deletions src/Application/VersionResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit dd2b386

Please sign in to comment.