Skip to content

Commit d6ec2dd

Browse files
committed
[ci-review] Rector Rectify
1 parent addfd97 commit d6ec2dd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • rules-tests/TypeDeclaration/Rector/ClassMethod/KnownMagicClassMethodTypeRector/config

rules-tests/TypeDeclaration/Rector/ClassMethod/KnownMagicClassMethodTypeRector/config/configured_rule.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
declare(strict_types=1);
44

5+
use Rector\ValueObject\PhpVersionFeature;
56
use Rector\Config\RectorConfig;
67
use Rector\TypeDeclaration\Rector\ClassMethod\KnownMagicClassMethodTypeRector;
78

89
return RectorConfig::configure()
910
->withRules([KnownMagicClassMethodTypeRector::class])
10-
->withPhpVersion(\Rector\ValueObject\PhpVersionFeature::MIXED_TYPE);
11+
->withPhpVersion(PhpVersionFeature::MIXED_TYPE);

0 commit comments

Comments
 (0)