Skip to content

Commit 8e733db

Browse files
committed
Updated Rector to commit 83a4a126910a651f377cbf53af5ef0a3f5adef65
rectorphp/rector-src@83a4a12 [CodeQuality] Skip with HTML on TernaryFalseExpressionToIfRector (#7954)
1 parent 25c6fbd commit 8e733db

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

rules/CodeQuality/Rector/Expression/TernaryFalseExpressionToIfRector.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
use PhpParser\Node\Expr\Variable;
1010
use PhpParser\Node\Stmt\Expression;
1111
use PhpParser\Node\Stmt\If_;
12+
use Rector\Contract\Rector\HTMLAverseRectorInterface;
1213
use Rector\NodeAnalyzer\ExprAnalyzer;
1314
use Rector\Rector\AbstractRector;
1415
use Symplify\RuleDocGenerator\ValueObject\CodeSample\CodeSample;
1516
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;
1617
/**
1718
* @see \Rector\Tests\CodeQuality\Rector\Expression\TernaryFalseExpressionToIfRector\TernaryFalseExpressionToIfRectorTest
1819
*/
19-
final class TernaryFalseExpressionToIfRector extends AbstractRector
20+
final class TernaryFalseExpressionToIfRector extends AbstractRector implements HTMLAverseRectorInterface
2021
{
2122
/**
2223
* @readonly

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 = '9dccc8a0efb26609bdc90e5e7b99dafb4e2fde78';
22+
public const PACKAGE_VERSION = '83a4a126910a651f377cbf53af5ef0a3f5adef65';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2026-04-04 09:34:02';
27+
public const RELEASE_DATE = '2026-04-04 14:48:29';
2828
/**
2929
* @var int
3030
*/

0 commit comments

Comments
 (0)