File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ function isPHPStanTestPreloaded(): bool
2626}
2727
2828require_once __DIR__ . '/vendor/nikic/php-parser/lib/PhpParser/Node.php ' ;
29- // @todo to be deprecated
3029require_once __DIR__ . '/src/Contract/PhpParser/Node/StmtsAwareInterface.php ' ;
3130require_once __DIR__ . '/vendor/nikic/php-parser/lib/PhpParser/NodeAbstract.php ' ;
3231require_once __DIR__ . '/vendor/nikic/php-parser/lib/PhpParser/Node/Expr.php ' ;
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments