Skip to content

Commit a56a503

Browse files
authored
fix typo (#7521)
1 parent 4b30bc5 commit a56a503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Configuration/RectorConfigBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ public function withTypeCoverageDocblockLevel(int $level): self
10531053
__METHOD__,
10541054
$level,
10551055
$levelRulesCount,
1056-
'TypeDeclarationDocblocksLevel',
1056+
'typeDeclarationDocblocks',
10571057
'TYPE_DECLARATION_DOCBLOCKS'
10581058
);
10591059
}

0 commit comments

Comments
 (0)