gdbots/pbjc-php

View on GitHub

Showing 579 of 579 total issues

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

            ]);

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

                json_decode(

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

            )

Multi-line function call not indented correctly; expected 16 spaces but found 20
Open

                    implode(' ', array_keys(self::$schemasByCurieMajor)),
Severity: Minor
Found in src/SchemaStore.php by phpcodesniffer

Line indented incorrectly; expected at least 12 spaces, found 8
Open

        ], json_encode(

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

            ]);

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

                ) !== false
Severity: Minor
Found in src/SchemaStore.php by phpcodesniffer

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

                ) !== false
Severity: Minor
Found in src/SchemaStore.php by phpcodesniffer

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

                JSON_NUMERIC_CHECK | JSON_PRETTY_PRINT

Multi-line function call not indented correctly; expected 16 spaces but found 20
Open

                    $matches
Severity: Minor
Found in src/SchemaStore.php by phpcodesniffer

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

        $a = new SchemaDescriptor('pbj:vendor:package:category:message:1-0-0',

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

        $b = new SchemaDescriptor('pbj:vendor:package:category:message:1-0-1',

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

        return array_map(function ($id) {
Severity: Minor
Found in src/SchemaDescriptor.php by phpcodesniffer

Multi-line function call not indented correctly; expected 16 spaces but found 20
Open

                    sprintf('/(%s:v[0-9]+)/', $schemaId->getCurie()),
Severity: Minor
Found in src/SchemaStore.php by phpcodesniffer

Multi-line function call not indented correctly; expected 16 spaces but found 20
Open

                    $matches
Severity: Minor
Found in src/SchemaStore.php by phpcodesniffer

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

            $errors[] = sprintf('[%s %s] %s (in %s - line %d, column %d)',
Severity: Minor
Found in src/Util/XmlUtils.php by phpcodesniffer

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

        ], json_encode(

Multi-line function call not indented correctly; expected 16 spaces but found 20
Open

                    sprintf('/(%s:v[0-9]+)/', $schemaId->getCurie()),
Severity: Minor
Found in src/SchemaStore.php by phpcodesniffer

Multi-line function call not indented correctly; expected 16 spaces but found 20
Open

                    implode(' ', array_keys(self::$schemasByCurieMajor)),
Severity: Minor
Found in src/SchemaStore.php by phpcodesniffer
Severity
Category
Status
Source
Language