Skip to content

Commit 22ff749

Browse files
committed
Updated Rector to commit 62e8d0627f61ba9e7e36e1e94344cd71abd349fa
rectorphp/rector-src@62e8d06 [CodingStyle] Mirror comment on SplitDoubleAssignRector (#7977)
1 parent 2cec472 commit 22ff749

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

rules/CodingStyle/Rector/Assign/SplitDoubleAssignRector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public function refactor(Node $node): ?array
6565
if ($collectExpressions === []) {
6666
return null;
6767
}
68+
$this->mirrorComments($collectExpressions[0], $node);
6869
return $collectExpressions;
6970
}
7071
/**

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 = 'db56ff55a354dd5081e93fbfcd34b59e99bb9b3e';
22+
public const PACKAGE_VERSION = '62e8d0627f61ba9e7e36e1e94344cd71abd349fa';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2026-05-01 21:21:28';
27+
public const RELEASE_DATE = '2026-05-02 21:03:20';
2828
/**
2929
* @var int
3030
*/

0 commit comments

Comments
 (0)