We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c25212 commit 1785e16Copy full SHA for 1785e16
config/sets/laravel58.php
@@ -9,14 +9,12 @@
9
use Rector\TypeDeclaration\Rector\ClassMethod\AddReturnTypeDeclarationRector;
10
use Rector\TypeDeclaration\ValueObject\AddReturnTypeDeclaration;
11
use RectorLaravel\Rector\Class_\PropertyDeferToDeferrableProviderToRector;
12
-use RectorLaravel\Rector\StaticCall\MinutesToSecondsInCacheRector;
13
14
// https://laravel-news.com/laravel-5-8-deprecates-string-and-array-helpers
15
// https://github.com/laravel/framework/pull/26898
16
// see: https://laravel.com/docs/5.8/upgrade
17
return static function (RectorConfig $rectorConfig): void {
18
$rectorConfig->import(__DIR__ . '/laravel-array-str-functions-to-static-call.php');
19
- $rectorConfig->rule(MinutesToSecondsInCacheRector::class);
20
21
$rectorConfig
22
->ruleWithConfiguration(
0 commit comments