File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
rules/DeadCode/Rector/PropertyProperty Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88use PhpParser \Node \Expr \ConstFetch ;
99use PhpParser \Node \Stmt \Property ;
1010use Rector \Rector \AbstractRector ;
11+ use function strtolower ;
1112use Symplify \RuleDocGenerator \ValueObject \CodeSample \CodeSample ;
1213use Symplify \RuleDocGenerator \ValueObject \RuleDefinition ;
13- use function strtolower ;
1414/**
1515 * @see \Rector\Tests\DeadCode\Rector\PropertyProperty\RemoveNullPropertyInitializationRector\RemoveNullPropertyInitializationRectorTest
1616 */
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 = '797f02c0ec7a4d2554eadd15e0cf2ffa76984392 ' ;
22+ public const PACKAGE_VERSION = 'e040c5e3ea0f7b42510f8afab967591abd6e6b77 ' ;
2323 /**
2424 * @api
2525 * @var string
2626 */
27- public const RELEASE_DATE = '2026-01-09 15:06:33 ' ;
27+ public const RELEASE_DATE = '2026-01-11 00:45:19 ' ;
2828 /**
2929 * @var int
3030 */
Original file line number Diff line number Diff line change 66use RectorPrefix202601 \Nette \Utils \FileSystem ;
77use RectorPrefix202601 \OndraM \CiDetector \CiDetector ;
88use Rector \Git \RepositoryHelper ;
9+ use function sprintf ;
910use RectorPrefix202601 \Symfony \Component \Console \Command \Command ;
1011use RectorPrefix202601 \Symfony \Component \Console \Input \InputInterface ;
1112use RectorPrefix202601 \Symfony \Component \Console \Output \OutputInterface ;
1213use RectorPrefix202601 \Symfony \Component \Console \Style \SymfonyStyle ;
13- use function sprintf ;
1414final class SetupCICommand extends Command
1515{
1616 /**
You can’t perform that action at this time.
0 commit comments