Merge remote-tracking branch 'origin/support/3.2' into develop

This commit is contained in:
Eric Espie
2024-12-13 10:17:40 +01:00
4 changed files with 27 additions and 9 deletions

View File

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