SAREhub/PHP_Commons

View on GitHub
src/SAREhub/Commons/Misc/ArrayHelper.php

Summary

Maintainability
A
0 mins
Test Coverage

There must be one blank line after the namespace declaration
Open

namespace SAREhub\Commons\Misc;

Opening parenthesis of a multi-line function call must be the last content on the line
Open

        $iterator = new RecursiveIteratorIterator(new RecursiveArrayIterator($input),

Multi-line function call not indented correctly; expected 8 spaces but found 12
Open

            RecursiveIteratorIterator::SELF_FIRST);

Expected 1 newline at end of file; 0 found
Open

}

Closing parenthesis of a multi-line function call must be on a line by itself
Open

            RecursiveIteratorIterator::SELF_FIRST);

There are no issues that match your filters.

Category
Status