Skip to content

Commit b56492b

Browse files
committedJul 28, 2022
Do not add inherited interface methods to the class synopsis page
These are not displayed currently in the manual so gen_stub.php should be adapted to this behavior.
1 parent 60cc376 commit b56492b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build/gen_stub.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2981,7 +2981,7 @@ private function collectInheritedMembers(
29812981
$parentInfo->collectInheritedMembers(
29822982
$parentsWithInheritedConstants,
29832983
$unusedParentsWithInheritedProperties,
2984-
$parentsWithInheritedMethods,
2984+
$unusedParentsWithInheritedMethods,
29852985
$classMap
29862986
);
29872987
}

0 commit comments

Comments
 (0)