Skip to content

Commit 7618f07

Browse files
committed
Fix test
1 parent 2c38394 commit 7618f07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rector.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22

33
use Rector\CodingStyle\Rector\ArrowFunction\StaticArrowFunctionRector;
4+
use Rector\CodingStyle\Rector\Closure\StaticClosureRector;
45
use Rector\Php81\Rector\FuncCall\NullToStrictStringFuncCallArgRector;
56
use Rector\Set\ValueObject\SetList;
67
use Rector\Set\ValueObject\LevelSetList;
@@ -21,6 +22,9 @@
2122
NullToStrictStringFuncCallArgRector::class,
2223
StaticArrowFunctionRector::class => [
2324
__DIR__ . '/spec',
25+
],
26+
StaticClosureRector::class => [
27+
__DIR__ . '/spec',
2428
]
2529
]);
2630
};

0 commit comments

Comments
 (0)