Skip to content

Commit 84884df

Browse files
committed
Updated Rector to commit 3e505e5d39a709a67f2400dc647a48a697b0baf1
rectorphp/rector-src@3e505e5 add fixture for only importNames() without removeUnusedIMpotrs() (#5194)
1 parent 5bc4754 commit 84884df

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 = '01fb666f47d9323316bd5993f068ffa8f8d88540';
22+
public const PACKAGE_VERSION = '3e505e5d39a709a67f2400dc647a48a697b0baf1';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2023-10-23 16:33:25';
27+
public const RELEASE_DATE = '2023-10-23 21:36:58';
2828
/**
2929
* @var int
3030
*/

0 commit comments

Comments
 (0)