From fc388313d773684758d1e7124bf7f6fe0f32fc36 Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Fri, 13 Dec 2024 10:14:06 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B08050=20-=20Problems=20with=20interface?= =?UTF-8?q?=20discovery=20from=20itop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sources/Service/InterfaceDiscovery/InterfaceDiscovery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/Service/InterfaceDiscovery/InterfaceDiscovery.php b/sources/Service/InterfaceDiscovery/InterfaceDiscovery.php index 0568af58d..e492c0d08 100644 --- a/sources/Service/InterfaceDiscovery/InterfaceDiscovery.php +++ b/sources/Service/InterfaceDiscovery/InterfaceDiscovery.php @@ -58,7 +58,7 @@ class InterfaceDiscovery */ public function FindItopClasses(string $sInterface): array { - $aExcludedPaths = ['/lib/', '/node_modules/', '/test/', '/tests/']; + $aExcludedPaths = ['/lib/', '/node_modules/', '/test/', '/tests/', '/vendor/']; return $this->FindClasses($sInterface, $aExcludedPaths); }