Skip to content

Commit 76925a5

Browse files
committed
[ci-review] Rector Rectify
1 parent e074aa9 commit 76925a5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
use Rector\Config\RectorConfig;
4-
use Rector\DowngradePhp80\Rector\MethodCall\DowngradeNamedArgumentRector;
56
use Rector\DowngradePhp73\Rector\FuncCall\DowngradeTrailingCommasInFunctionCallsRector;
7+
use Rector\DowngradePhp80\Rector\MethodCall\DowngradeNamedArgumentRector;
68

79
return RectorConfig::configure()
8-
->withRules([
9-
DowngradeNamedArgumentRector::class,
10-
DowngradeTrailingCommasInFunctionCallsRector::class,
11-
]);
10+
->withRules([DowngradeNamedArgumentRector::class, DowngradeTrailingCommasInFunctionCallsRector::class]);

0 commit comments

Comments
 (0)