IssueResolver.php: added comment

This commit is contained in:
KarpAlex
2022-01-20 15:11:46 +01:00
parent 4981b681e0
commit b145e341b8
@@ -10,6 +10,7 @@ class IssueResolver extends IssueResolver_Controller
parent::__construct(); parent::__construct();
// set fehler codes which can be resolved by the job // set fehler codes which can be resolved by the job
// structure: fehlercode => class (library) name for resolving
$this->_codeLibMappings = array( $this->_codeLibMappings = array(
'CORE_ZGV_0001' => 'CORE_ZGV_0001', 'CORE_ZGV_0001' => 'CORE_ZGV_0001',
'CORE_ZGV_0002' => 'CORE_ZGV_0002', 'CORE_ZGV_0002' => 'CORE_ZGV_0002',