Plausichecks: removed/changed comments

This commit is contained in:
KarpAlex
2023-02-24 13:32:37 +01:00
parent 4f2ca62d05
commit a667ddaf5e
2 changed files with 1 additions and 3 deletions
@@ -62,8 +62,6 @@ abstract class IssueResolver_Controller extends JOB_Controller
isset($issue->behebung_parameter) ? json_decode($issue->behebung_parameter, true) : array()
);
// TODO: what if extension/library folder changes?
// if called from extension (extension name set), path includes extension names
$libRootPath = isset($this->_extensionName) ? self::EXTENSIONS_FOLDER . '/' . $this->_extensionName . '/' : '';
@@ -38,7 +38,7 @@ class PlausicheckDefinitionLib
);
/**
* Gets all fehler_kurzbz for fehler which need to be checked.
* Gets all fehler_kurzbz-library mappings for fehler which need to be checked.
*/
public function getFehlerLibMappings()
{