Showing 125 of 125 total issues

Opening brace must be the last content on the line
Open

        $callback = function($param) { return '<<' . $param . '>>'; };
Severity: Minor
Found in Root/ResourceType.php by phpcodesniffer

Closing brace must be on a line by itself
Open

        $callback = function($param) { return '<<' . $param . '>>'; };
Severity: Minor
Found in Root/ResourceType.php by phpcodesniffer

Closing brace must be on a line by itself
Open

                    $callback = function($part) { return '/' . $part; };
Severity: Minor
Found in DocNavigator.php by phpcodesniffer

Closing brace must be on a line by itself
Open

            $callback = function($method) { return strtoupper($method); };
Severity: Minor
Found in RamlDoc.php by phpcodesniffer

Expected 0 spaces after opening bracket; newline found
Open

        if (
Severity: Minor
Found in DocExpander.php by phpcodesniffer
Severity
Category
Status
Source
Language