Skip to content

Commit 6f3d502

Browse files
authored
[automated] Apply Coding Standard (#7132)
Co-authored-by: TomasVotruba <924196+TomasVotruba@users.noreply.github.com>
1 parent b3e556c commit 6f3d502

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/set/php85.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
use Rector\Php85\Rector\ArrayDimFetch\ArrayFirstLastRector;
77
use Rector\Removing\Rector\FuncCall\RemoveFuncCallArgRector;
88
use Rector\Removing\ValueObject\RemoveFuncCallArg;
9+
use Rector\Renaming\Rector\FuncCall\RenameFunctionRector;
910
use Rector\Renaming\Rector\MethodCall\RenameMethodRector;
1011
use Rector\Renaming\ValueObject\MethodCallRename;
11-
use Rector\Renaming\Rector\FuncCall\RenameFunctionRector;
1212

1313
return static function (RectorConfig $rectorConfig): void {
1414
$rectorConfig->rules([ArrayFirstLastRector::class]);

tests/Issues/WithPhpSets/config/configured_rule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
return RectorConfig::configure()
99
->withPhpSets(php85: true)
10-
->withPhpVersion(PhpVersion::PHP_85);
10+
->withPhpVersion(PhpVersion::PHP_85);

0 commit comments

Comments
 (0)