mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 23:08:46 +02:00
refactoring: code cleanup/standardization/remove all prototype stuffs
This commit is contained in:
@@ -132,4 +132,11 @@ class ModuleDependency {
|
||||
}
|
||||
return $bResult;
|
||||
}
|
||||
|
||||
public function IsDependencyRegexpInvalid(): bool
|
||||
{
|
||||
return $this->bInvalidDependencyRegexp;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user