Skip to content

Commit 7805989

Browse files
committed
cs
1 parent 01a6431 commit 7805989

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@
3434
"rector/rector-symfony": "dev-main",
3535
"sebastian/diff": "^6.0|^7.0",
3636
"symfony/console": "^6.4.24",
37-
"symfony/filesystem": "^7.0",
37+
"symfony/filesystem": "^7.4",
3838
"symfony/finder": "^6.4",
39-
"symfony/process": "^6.4|^7.4",
39+
"symfony/process": "^7.4",
4040
"symplify/easy-parallel": "^11.2.2",
4141
"symplify/rule-doc-generator-contracts": "^11.2",
42-
"webmozart/assert": "^2.1"
42+
"webmozart/assert": "^2.3"
4343
},
4444
"require-dev": {
4545
"nette/robot-loader": "^4.1",
4646
"php-parallel-lint/php-parallel-lint": "^1.4",
47-
"symplify/easy-coding-standard": "^13.0",
47+
"symplify/easy-coding-standard": "^13.1",
4848
"phpstan/extension-installer": "^1.4",
4949
"phpstan/phpstan-deprecation-rules": "^2.0",
5050
"phpstan/phpstan-phpunit": "^2.0",
@@ -60,7 +60,7 @@
6060
"symplify/vendor-patches": "^11.5",
6161
"tomasvotruba/class-leak": "^2.1",
6262
"tomasvotruba/unused-public": "^2.2",
63-
"tracy/tracy": "^2.11"
63+
"tracy/tracy": "^2.12"
6464
},
6565
"replace": {
6666
"rector/rector": "self.version"

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;
1312
use Symplify\RuleDocGenerator\ValueObject\CodeSample\CodeSample;
1413
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;
1110
use Symfony\Component\Console\Command\Command;
1211
use Symfony\Component\Console\Input\InputInterface;
1312
use Symfony\Component\Console\Output\OutputInterface;
1413
use Symfony\Component\Console\Style\SymfonyStyle;
14+
use function sprintf;
1515

1616
final class SetupCICommand extends Command
1717
{

0 commit comments

Comments
 (0)