Skip to content

Commit 6e2ca32

Browse files
committed
Updated Rector to commit 84a2cd822744491f9c8cb4fbc41a28507c589ad7
rectorphp/rector-src@84a2cd8 [dx] optimize cheaper early returns (#8103)
1 parent 7181890 commit 6e2ca32

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 = '981526699d20742a007877c35e3207fe23b8f640';
22+
public const PACKAGE_VERSION = '84a2cd822744491f9c8cb4fbc41a28507c589ad7';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2026-06-29 09:58:46';
27+
public const RELEASE_DATE = '2026-06-29 10:02:43';
2828
/**
2929
* @var int
3030
*/

0 commit comments

Comments
 (0)