Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/Analyser/ClassNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,7 @@ public function dependsOnNamespace(string $namespace): bool
}

/**
* Classes and enums implement interfaces; interfaces extend them. Both
* relations are matched here, directly or through any ancestor.
* Implemented directly, extended directly (for interfaces), or via any parent class or interface.
*/
public function implementsInterface(string $interface): bool
{
Expand Down
Loading