Skip to content

Commit 7ae74db

Browse files
committed
Updated Rector to commit 89b8e0734e581148261d3b206ea07002017871fb
rectorphp/rector-src@89b8e07 [CodeQuality] Skip with HTML on ShortenElseIfRector (#7686)
1 parent ce5a710 commit 7ae74db

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

rules/CodeQuality/Rector/If_/ShortenElseIfRector.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@
88
use PhpParser\Node\Stmt\ElseIf_;
99
use PhpParser\Node\Stmt\If_;
1010
use PhpParser\Node\Stmt\Nop;
11+
use Rector\Contract\Rector\HTMLAverseRectorInterface;
1112
use Rector\NodeTypeResolver\Node\AttributeKey;
1213
use Rector\Rector\AbstractRector;
1314
use Symplify\RuleDocGenerator\ValueObject\CodeSample\CodeSample;
1415
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;
1516
/**
1617
* @see \Rector\Tests\CodeQuality\Rector\If_\ShortenElseIfRector\ShortenElseIfRectorTest
1718
*/
18-
final class ShortenElseIfRector extends AbstractRector
19+
final class ShortenElseIfRector extends AbstractRector implements HTMLAverseRectorInterface
1920
{
2021
public function getRuleDefinition(): RuleDefinition
2122
{

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 = '1d519488c8e76f1316bf6aaf02621b2de959c638';
22+
public const PACKAGE_VERSION = '89b8e0734e581148261d3b206ea07002017871fb';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2025-11-30 01:56:30';
27+
public const RELEASE_DATE = '2025-11-29 20:52:58';
2828
/**
2929
* @var int
3030
*/

0 commit comments

Comments
 (0)