From 52bc4380356ac3605d1561dc183cb03b54f0ddbc Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Thu, 27 Aug 2026 17:17:34 +0700 Subject: [PATCH] comment --- src/Analyser/ClassNode.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Analyser/ClassNode.php b/src/Analyser/ClassNode.php index e8f84b2d..825fc443 100644 --- a/src/Analyser/ClassNode.php +++ b/src/Analyser/ClassNode.php @@ -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 {