File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 99use Rector \TypeDeclaration \Rector \ClassMethod \AddReturnTypeDeclarationRector ;
1010use Rector \TypeDeclaration \ValueObject \AddReturnTypeDeclaration ;
1111use RectorLaravel \Rector \Class_ \PropertyDeferToDeferrableProviderToRector ;
12- use RectorLaravel \Rector \StaticCall \MinutesToSecondsInCacheRector ;
1312
1413// https://laravel-news.com/laravel-5-8-deprecates-string-and-array-helpers
1514// https://github.com/laravel/framework/pull/26898
1615// see: https://laravel.com/docs/5.8/upgrade
1716return static function (RectorConfig $ rectorConfig ): void {
1817 $ rectorConfig ->import (__DIR__ . '/laravel-array-str-functions-to-static-call.php ' );
19- $ rectorConfig ->rule (MinutesToSecondsInCacheRector::class);
2018
2119 $ rectorConfig
2220 ->ruleWithConfiguration (
You can’t perform that action at this time.
0 commit comments