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 919bbe6 commit 23a0cb1Copy full SHA for 23a0cb1
1 file changed
config/set/type-declaration-docblocks.php
@@ -2,11 +2,12 @@
2
3
declare(strict_types=1);
4
5
+use Rector\Config\Level\TypeDeclarationDocblocksLevel;
6
use Rector\Config\RectorConfig;
7
8
/**
9
* @experimental * 2025-09, experimental hidden set for type declaration in docblocks
10
*/
11
return static function (RectorConfig $rectorConfig): void {
- $rectorConfig->rules(\Rector\Config\Level\TypeDeclarationDocblocksLevel::RULES);
12
+ $rectorConfig->rules(TypeDeclarationDocblocksLevel::RULES);
13
};
0 commit comments