mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
Merge remote-tracking branch 'origin/support/3.2' into develop
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user