skqr/hateoas

View on GitHub

Showing 662 of 662 total issues

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

    {

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

    {
Severity: Minor
Found in Entity/AltersEntities.php by phpcodesniffer

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

    public static function camelize($word, $firstToUpper = FALSE)
Severity: Minor
Found in Util/Inflector.php by phpcodesniffer

There must be one USE keyword per declaration
Open

use Doctrine\ORM\EntityManagerInterface,
Severity: Minor
Found in Entity/DefaultDeleter.php by phpcodesniffer

Expected 1 blank line at end of file; 2 found
Open

}

The extends keyword must be on the same line as the class name
Open

    extends ValidatorException

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

        DocumentPagination $pagination = NULL,
Severity: Minor
Found in JsonApi/Document.php by phpcodesniffer

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

        $ids = NULL;

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

        $pageSize = NULL

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

        ResourceMetadata $metadata = NULL

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

    {

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

            ? NULL
Severity: Minor
Found in JsonApi/EntityResource.php by phpcodesniffer

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

        Params $params, $schema, array &$entityData

There must be one USE keyword per declaration
Open

use Symfony\Component\Security\Core\SecurityContextInterface,

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

        array $resourceA, array $resourceB
Severity: Minor
Found in JsonApi/Merge/Blender.php by phpcodesniffer

The closing parenthesis of a multi-line function declaration must be on a new line
Open

        Request $request, Params $params, RequestAction $action)

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

                return FALSE;

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

        return FALSE;

Expected 1 space after FUNCTION keyword; 0 found
Open

        array_walk($entities, function(ResourceEntityInterface $entity) {

There must be one USE keyword per declaration
Open

use Countable, Traversable, ArrayAccess;
Severity
Category
Status
Source
Language