Skip to content

Commit b304146

Browse files
committed
note
1 parent 275970c commit b304146

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Config/Level/TypeDeclarationDocblocksLevel.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ final class TypeDeclarationDocblocksLevel
6565
// run latter after other rules, as more generic
6666
AddReturnDocblockForDimFetchArrayFromAssignsRector::class,
6767

68-
AddReturnDocblockFromMethodCallDocblockRector::class,
68+
// @todo test first, 2026-01
69+
// AddReturnDocblockFromMethodCallDocblockRector::class,
6970
];
7071
}

0 commit comments

Comments
 (0)