Skip to content

Commit 28621a1

Browse files
committed
Updated Rector to commit e5256b9b6aaf8a50383273dd955b4b40d4232053
rectorphp/rector-src@e5256b9 Add back #[RunClassInSeparateProcess] on RectorConfigTest (#6866)
1 parent 1f8f078 commit 28621a1

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 = 'ea18a76803897dc87bdf0dceba2f74356988bc38';
22+
public const PACKAGE_VERSION = 'e5256b9b6aaf8a50383273dd955b4b40d4232053';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2025-04-24 15:52:43';
27+
public const RELEASE_DATE = '2025-04-26 07:00:52';
2828
/**
2929
* @var int
3030
*/

0 commit comments

Comments
 (0)