Showing 125 of 125 total issues

TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
Open

    private static function dig($raml, $key = NULL)
Severity: Minor
Found in DocNavigator.php by phpcodesniffer

The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
Open

    {
Severity: Minor
Found in DocExpander.php by phpcodesniffer

TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
Open

        RamlDoc $ramlDoc, array $item, $itemKey = NULL
Severity: Minor
Found in DocExpander.php by phpcodesniffer

Multi-line function declarations must define one parameter per line
Open

        RamlDoc $ramlDoc, array &$item, array $traits
Severity: Minor
Found in DocExpander.php by phpcodesniffer

Expected 1 space after FUNCTION keyword; 0 found
Open

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

Multi-line function declarations must define one parameter per line
Open

        $method, $resourceUri, $mediaType = RamlSpec::MEDIA_TYPE_JSON
Severity: Minor
Found in DocNavigator.php by phpcodesniffer

TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
Open

                            $found = TRUE;
Severity: Minor
Found in DocNavigator.php by phpcodesniffer

Multi-line function declarations must define one parameter per line
Open

        RamlDoc $ramlDoc, array &$item, array $traits
Severity: Minor
Found in DocExpander.php by phpcodesniffer

TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
Open

        return NULL;
Severity: Minor
Found in Root/MapCollection.php by phpcodesniffer

TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
Open

                    $found = FALSE;
Severity: Minor
Found in DocNavigator.php by phpcodesniffer

TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
Open

        return NULL;
Severity: Minor
Found in Root/Map.php by phpcodesniffer

TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
Open

        $copy = NULL;
Severity: Minor
Found in Root/RamlTrait.php by phpcodesniffer

The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
Open

    {
Severity: Minor
Found in DocExpander.php by phpcodesniffer

The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
Open

    {
Severity: Minor
Found in DocNavigator.php by phpcodesniffer

Multi-line function declarations must define one parameter per line
Open

        RamlDoc $ramlDoc, array &$item
Severity: Minor
Found in DocExpander.php by phpcodesniffer

Expected 1 space after FUNCTION keyword; 0 found
Open

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

Each PHP statement must be on a line by itself
Open

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

Expected 1 space after FUNCTION keyword; 0 found
Open

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

TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
Open

            if ($map->has($name)) return TRUE;
Severity: Minor
Found in Root/MapCollection.php by phpcodesniffer

Each PHP statement must be on a line by itself
Open

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