We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12dccd0 commit e6d2c1eCopy full SHA for e6d2c1e
1 file changed
build/downgrade-config.php
@@ -12,9 +12,6 @@
12
\Rector\DowngradePhp80\Rector\Class_\DowngradeAttributeToAnnotationRector::class,
13
RenameFunctionRector::class,
14
])
15
- ->withCache(
16
- \Rector\Caching\ValueObject\Storage\MemoryCacheStorage::class,
17
- )
18
->withSets([
19
DowngradeLevelSetList::DOWN_TO_PHP_74,
20
]);
0 commit comments