Skip to content

Commit 8d6ed67

Browse files
committed
Updated Rector to commit d8e4eeeac636ef79c3a57b5b3f44e3c6f8bf96ba
rectorphp/rector-src@d8e4eee [automated] Re-Generate preload.php (#7688)
1 parent fe25f5b commit 8d6ed67

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

preload.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ function isPHPStanTestPreloaded(): bool
2626
}
2727

2828
require_once __DIR__ . '/vendor/nikic/php-parser/lib/PhpParser/Node.php';
29-
// @todo to be deprecated
3029
require_once __DIR__ . '/src/Contract/PhpParser/Node/StmtsAwareInterface.php';
3130
require_once __DIR__ . '/vendor/nikic/php-parser/lib/PhpParser/NodeAbstract.php';
3231
require_once __DIR__ . '/vendor/nikic/php-parser/lib/PhpParser/Node/Expr.php';

src/Application/VersionResolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ final class VersionResolver
1919
* @api
2020
* @var string
2121
*/
22-
public const PACKAGE_VERSION = 'c1da4ecdec3bf17ff896b99540388ee564c03eb7';
22+
public const PACKAGE_VERSION = 'd8e4eeeac636ef79c3a57b5b3f44e3c6f8bf96ba';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2025-11-29 20:53:44';
27+
public const RELEASE_DATE = '2025-11-30 00:42:46';
2828
/**
2929
* @var int
3030
*/

0 commit comments

Comments
 (0)