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); }