Skip to content

Commit 37163bd

Browse files
committed
Updated Rector to commit c3989ab162c9c99d06edde3ddb7337212febc5d3
rectorphp/rector-src@c3989ab Clean up ignore phpstan errors (#6630)
1 parent 1a2bd6c commit 37163bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 = 'ed433a87a3e746547b2a22ece373a4bbebf5823d';
22+
public const PACKAGE_VERSION = 'c3989ab162c9c99d06edde3ddb7337212febc5d3';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2024-12-25 00:43:35';
27+
public const RELEASE_DATE = '2024-12-26 11:05:12';
2828
/**
2929
* @var int
3030
*/

0 commit comments

Comments
 (0)