Showing 3 of 5 total issues
Function _convertElement
has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring. Open
Open
private function _convertElement(DOMElement $element, $value) { $sequential = $this->isArrayAllKeySequential($value); if (!is_array($value)) {
- Read upRead up
Method forge
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
array $array, $rootElementName = '', $replaceSpacesByUnderScoresInKeyNames = true, $version = '1.0', $encoding = 'UTF-8'
Avoid too many return
statements within this method. Open
Open
return Arrayto\Xml::factory();