Skip to content

Commit fd5fd48

Browse files
🔧 Update rector config
1 parent ec9c501 commit fd5fd48

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎rector.php

-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* Author: Dimitri BOUTEILLE <[email protected]>
77
*/
88

9-
use Rector\CodeQuality\Rector\Array_\CallableThisArrayToAnonymousFunctionRector;
109
use Rector\CodeQuality\Rector\Identical\SimplifyBoolIdenticalTrueRector;
1110
use Rector\CodeQuality\Rector\If_\SimplifyIfReturnBoolRector;
1211
use Rector\Config\RectorConfig;
@@ -31,6 +30,5 @@
3130
])
3231
->withSkip([
3332
SimplifyBoolIdenticalTrueRector::class,
34-
CallableThisArrayToAnonymousFunctionRector::class,
3533
SimplifyIfReturnBoolRector::class,
3634
]);

0 commit comments

Comments
 (0)