Showing 662 of 662 total issues
Expected 1 space after FUNCTION keyword; 0 found Open
Open
array_walk($include, function(&$relationship) {
- Exclude checks
The implements keyword must be on the same line as the class name Open
Open
implements ValidationExceptionInterface
- 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
There must be one USE keyword per declaration Open
Open
use IteratorAggregate, AppendIterator, Countable;
- 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
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 "true" but found "TRUE" Open
Open
$this->wasCollection = TRUE;
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" Open
Open
$meta = NULL;
- Exclude checks
There must be one USE keyword per declaration Open
Open
use GoIntegro\Hateoas\Metadata\Entity\MetadataCache,
- Exclude checks
Expected 1 space after FUNCTION keyword; 0 found Open
Open
$callback = function(array $resource) use (&$byIds) {
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" Open
Open
$resource = NULL;
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" Open
Open
$data = NULL;
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE" Open
Open
return is_a($class, 'GoIntegro\\Hateoas\\JsonApi\\ResourceEntityInterface', TRUE);
- 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
The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line Open
Open
{
- Exclude checks
Multi-line function declarations must define one parameter per line Open
Open
Params $params, $schema, array &$entityData
- Exclude checks
Multi-line function declarations must define one parameter per line Open
Open
Request $request, $part = self::PRIMARY_RESOURCE_TYPE
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" Open
Open
return isset($path[$part]) ? $path[$part] : NULL;
- Exclude checks
Expected 1 space after FUNCTION keyword; 0 found Open
Open
$callback = function($sort, $type) use (&$sorting) {
- Exclude checks
Space found before closing bracket of FOREACH loop Open
Open
foreach (
- Exclude checks