File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
rules/CodeQuality/Rector/If_ Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 88use PhpParser \Node \Stmt \ElseIf_ ;
99use PhpParser \Node \Stmt \If_ ;
1010use PhpParser \Node \Stmt \Nop ;
11+ use Rector \Contract \Rector \HTMLAverseRectorInterface ;
1112use Rector \NodeTypeResolver \Node \AttributeKey ;
1213use Rector \Rector \AbstractRector ;
1314use Symplify \RuleDocGenerator \ValueObject \CodeSample \CodeSample ;
1415use 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 {
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments