skqr/hateoas

View on GitHub
JsonApi/Serializer/InvalidFieldException.php

Summary

Maintainability
A
35 mins
Test Coverage

Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        $field,
        $resource,
        $message = "",
        $code = 0,
        \Exception $previous = NULL
Severity: Minor
Found in JsonApi/Serializer/InvalidFieldException.php - About 35 mins to fix

    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

            \Exception $previous = NULL

    There are no issues that match your filters.

    Category
    Status