Skip to content

Commit eacb26a

Browse files
committed
Updated Rector to commit 895e9dbea530b49e666ea640c56f20c9d659bf21
rectorphp/rector-src@895e9db Fixture fix missing .php before .inc on NamespacedUseAutoImportTest (#7958)
1 parent a5f24e8 commit eacb26a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 = 'b49ed2949d0ad01e83e6145eea86d89b7a451661';
22+
public const PACKAGE_VERSION = '895e9dbea530b49e666ea640c56f20c9d659bf21';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2026-04-05 20:48:17';
27+
public const RELEASE_DATE = '2026-04-05 13:53:50';
2828
/**
2929
* @var int
3030
*/

0 commit comments

Comments
 (0)