Skip to content

Commit b605987

Browse files
committed
Updated Rector to commit 6331251321446d4e7f9e6b7d013b4559a9d3c05d
rectorphp/rector-src@6331251 [CodeQuality] Skip in html for ForRepeatedCountToOwnVariableRector (#7981)
1 parent 4d7b696 commit b605987

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

rules/CodeQuality/Rector/For_/ForRepeatedCountToOwnVariableRector.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@
1313
use PhpParser\Node\Stmt;
1414
use PhpParser\Node\Stmt\Expression;
1515
use PhpParser\Node\Stmt\For_;
16+
use Rector\Contract\Rector\HTMLAverseRectorInterface;
1617
use Rector\PHPStan\ScopeFetcher;
1718
use Rector\Rector\AbstractRector;
1819
use Symplify\RuleDocGenerator\ValueObject\CodeSample\CodeSample;
1920
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;
2021
/**
2122
* @see \Rector\Tests\CodeQuality\Rector\For_\ForRepeatedCountToOwnVariableRector\ForRepeatedCountToOwnVariableRectorTest
2223
*/
23-
final class ForRepeatedCountToOwnVariableRector extends AbstractRector
24+
final class ForRepeatedCountToOwnVariableRector extends AbstractRector implements HTMLAverseRectorInterface
2425
{
2526
/**
2627
* @var string

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

0 commit comments

Comments
 (0)