Skip to content

Commit ed069a5

Browse files
committed
Updated Rector to commit 52a2f7833ab101ac4e9588a7925e3c19a1d1d740
rectorphp/rector-src@52a2f78 add abstract to declaration (#7901)
1 parent 5952f38 commit ed069a5

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 = 'ce6c838b696e3c92602de0ef63a7a10c5a036b53';
22+
public const PACKAGE_VERSION = '52a2f7833ab101ac4e9588a7925e3c19a1d1d740';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2026-02-19 11:04:24';
27+
public const RELEASE_DATE = '2026-02-19 21:03:33';
2828
/**
2929
* @var int
3030
*/

0 commit comments

Comments
 (0)