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
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 "false" but found "FALSE" Open
Open
public static function camelize($word, $firstToUpper = FALSE)
- Exclude checks
There must be one USE keyword per declaration Open
Open
use Doctrine\ORM\EntityManagerInterface,
- Exclude checks
Expected 1 blank line at end of file; 2 found Open
Open
}
- Exclude checks
The extends keyword must be on the same line as the class name Open
Open
extends ValidatorException
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" Open
Open
DocumentPagination $pagination = NULL,
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" Open
Open
$ids = NULL;
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" Open
Open
$pageSize = NULL
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" Open
Open
ResourceMetadata $metadata = NULL
- 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 "null" but found "NULL" Open
Open
? NULL
- Exclude checks
Multi-line function declarations must define one parameter per line Open
Open
Params $params, $schema, array &$entityData
- Exclude checks
There must be one USE keyword per declaration Open
Open
use Symfony\Component\Security\Core\SecurityContextInterface,
- Exclude checks
Multi-line function declarations must define one parameter per line Open
Open
array $resourceA, array $resourceB
- Exclude checks
The closing parenthesis of a multi-line function declaration must be on a new line Open
Open
Request $request, Params $params, RequestAction $action)
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE" Open
Open
return FALSE;
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE" Open
Open
return FALSE;
- Exclude checks
Expected 1 space after FUNCTION keyword; 0 found Open
Open
array_walk($entities, function(ResourceEntityInterface $entity) {
- Exclude checks
There must be one USE keyword per declaration Open
Open
use Countable, Traversable, ArrayAccess;
- Exclude checks