Skip to content

Commit 313e715

Browse files
committed
Updated Rector to commit 6d8bee44674a5ee690b2e3b4e612ebbf6f58b03d
rectorphp/rector-src@6d8bee4 Clean up PHPStan ignoreErrors (#7982)
1 parent b605987 commit 313e715

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 = '6331251321446d4e7f9e6b7d013b4559a9d3c05d';
22+
public const PACKAGE_VERSION = '6d8bee44674a5ee690b2e3b4e612ebbf6f58b03d';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2026-05-04 16:46:26';
27+
public const RELEASE_DATE = '2026-05-04 23:43:35';
2828
/**
2929
* @var int
3030
*/

0 commit comments

Comments
 (0)