refactoring: code cleanup/standardization/remove all prototype stuffs

This commit is contained in:
odain
2025-09-15 14:32:48 +02:00
parent 5dea3c7ce2
commit 996b98c4c7
5 changed files with 52 additions and 47 deletions

View File

@@ -132,4 +132,11 @@ class ModuleDependency {
}
return $bResult;
}
public function IsDependencyRegexpInvalid(): bool
{
return $this->bInvalidDependencyRegexp;
}
}