Zend_Config_Yaml::_decodeYaml
Service function to decode YAML
Signature
protected function _decodeYaml(int
$currentIndent,
array&
$linesĀ )
Parameters
-
$currentIndent
- Current indent level
-
$lines
- YAML lines
Returns
- array|string
Violations
PHPMessDetector
Line | Rule | Message |
---|---|---|
288 - 352 | CyclomaticComplexity | The method _decodeYaml() has a Cyclomatic Complexity of 12. The configured cyclomatic complexity threshold is 10. |