'01', 'withErrorsUnrelated' => '02', 'notExecuted' => '03', 'normativeToGlobal' => '04', ]; } /** @noinspection PhpMissingParentCallCommonInspection */ protected static function overrideIndices(): array { return [ 'withErrorsRelated' => 1, 'withErrorsUnrelated' => 2, 'notExecuted' => 3, 'normativeToGlobal' => 4, ]; } }