Skip to content

Commit 1785e16

Browse files
authored
Remove MinutesToSecondsInCacheRector from Laravel 5.8 set (#325)
1 parent 8c25212 commit 1785e16

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

config/sets/laravel58.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@
99
use Rector\TypeDeclaration\Rector\ClassMethod\AddReturnTypeDeclarationRector;
1010
use Rector\TypeDeclaration\ValueObject\AddReturnTypeDeclaration;
1111
use 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
1716
return 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(

0 commit comments

Comments
 (0)