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 275970c commit b304146Copy full SHA for b304146
src/Config/Level/TypeDeclarationDocblocksLevel.php
@@ -65,6 +65,7 @@ final class TypeDeclarationDocblocksLevel
65
// run latter after other rules, as more generic
66
AddReturnDocblockForDimFetchArrayFromAssignsRector::class,
67
68
- AddReturnDocblockFromMethodCallDocblockRector::class,
+ // @todo test first, 2026-01
69
+ // AddReturnDocblockFromMethodCallDocblockRector::class,
70
];
71
}
0 commit comments