File tree Expand file tree Collapse file tree
rules/CodeQuality/Rector/Expression Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99use PhpParser \Node \Expr \Variable ;
1010use PhpParser \Node \Stmt \Expression ;
1111use PhpParser \Node \Stmt \If_ ;
12+ use Rector \Contract \Rector \HTMLAverseRectorInterface ;
1213use Rector \NodeAnalyzer \ExprAnalyzer ;
1314use Rector \Rector \AbstractRector ;
1415use Symplify \RuleDocGenerator \ValueObject \CodeSample \CodeSample ;
1516use 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
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 = '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 */
You can’t perform that action at this time.
0 commit comments