Skip to content

Commit 69342a3

Browse files
committed
[ci-review] Rector Rectify
1 parent 7b6fe23 commit 69342a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/set/type-declaration-docblocks.php

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

33
declare(strict_types=1);
44

5+
use Rector\Config\Level\TypeDeclarationDocblocksLevel;
56
use Rector\Config\RectorConfig;
67

78
/**
89
* @experimental * 2025-09, experimental hidden set for type declaration in docblocks
910
*/
1011
return static function (RectorConfig $rectorConfig): void {
11-
$rectorConfig->rules(\Rector\Config\Level\TypeDeclarationDocblocksLevel::RULES);
12+
$rectorConfig->rules(TypeDeclarationDocblocksLevel::RULES);
1213
};

0 commit comments

Comments
 (0)