JsonApi/Serializer/InvalidFieldException.php
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$field,
$resource,
$message = "",
$code = 0,
\Exception $previous = NULL
The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line Open
Open
{
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" Open
Open
\Exception $previous = NULL
- Exclude checks