Skip to content

Commit e040c5e

Browse files
authored
[automated] Apply Coding Standard (#7818)
Co-authored-by: TomasVotruba <[email protected]>
1 parent 797f02c commit e040c5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rules/DeadCode/Rector/PropertyProperty/RemoveNullPropertyInitializationRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
use PhpParser\Node\Expr\ConstFetch;
1010
use PhpParser\Node\Stmt\Property;
1111
use Rector\Rector\AbstractRector;
12+
use function strtolower;
1213
use Symplify\RuleDocGenerator\ValueObject\CodeSample\CodeSample;
1314
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;
14-
use function strtolower;
1515

1616
/**
1717
* @see \Rector\Tests\DeadCode\Rector\PropertyProperty\RemoveNullPropertyInitializationRector\RemoveNullPropertyInitializationRectorTest

src/Console/Command/SetupCICommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
use Nette\Utils\FileSystem;
88
use OndraM\CiDetector\CiDetector;
99
use Rector\Git\RepositoryHelper;
10+
use function sprintf;
1011
use Symfony\Component\Console\Command\Command;
1112
use Symfony\Component\Console\Input\InputInterface;
1213
use Symfony\Component\Console\Output\OutputInterface;
1314
use Symfony\Component\Console\Style\SymfonyStyle;
14-
use function sprintf;
1515

1616
final class SetupCICommand extends Command
1717
{

0 commit comments

Comments
 (0)