JsonApi/Merge/UnmergeableResourcesException.php
TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" Open
Open
Exception $previous = NULL
- Exclude checks
The closing brace for the class must go on the next line after the body Open
Open
}
- Exclude checks
The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line Open
Open
{
- Exclude checks
Line exceeds 120 characters; contains 219 characters Open
Open
const DEFAULT_MESSAGE = "The JSON-API documents cannot be merged. The most likely reason is that the parameters included an individual resource and a resource collection of the same type. E.g. /users and /users/1.";
- Exclude checks