Skip to content

Commit 3ef53dd

Browse files
committed
Updated Rector to commit e040c5e3ea0f7b42510f8afab967591abd6e6b77
rectorphp/rector-src@e040c5e [automated] Apply Coding Standard (#7818)
1 parent 869f66a commit 3ef53dd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

rules/DeadCode/Rector/PropertyProperty/RemoveNullPropertyInitializationRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
use PhpParser\Node\Expr\ConstFetch;
99
use PhpParser\Node\Stmt\Property;
1010
use Rector\Rector\AbstractRector;
11+
use function strtolower;
1112
use Symplify\RuleDocGenerator\ValueObject\CodeSample\CodeSample;
1213
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;
13-
use function strtolower;
1414
/**
1515
* @see \Rector\Tests\DeadCode\Rector\PropertyProperty\RemoveNullPropertyInitializationRector\RemoveNullPropertyInitializationRectorTest
1616
*/

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 = '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
*/

src/Console/Command/SetupCICommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
use RectorPrefix202601\Nette\Utils\FileSystem;
77
use RectorPrefix202601\OndraM\CiDetector\CiDetector;
88
use Rector\Git\RepositoryHelper;
9+
use function sprintf;
910
use RectorPrefix202601\Symfony\Component\Console\Command\Command;
1011
use RectorPrefix202601\Symfony\Component\Console\Input\InputInterface;
1112
use RectorPrefix202601\Symfony\Component\Console\Output\OutputInterface;
1213
use RectorPrefix202601\Symfony\Component\Console\Style\SymfonyStyle;
13-
use function sprintf;
1414
final class SetupCICommand extends Command
1515
{
1616
/**

0 commit comments

Comments
 (0)