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
Multi-line function declarations must define one parameter per line Open
Open
EntityResource $resource, ResourceRelationship $relationship
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE" Open
Open
public $wasCollection = FALSE;
- Exclude checks
Multi-line function declarations must define one parameter per line Open
Open
$class, $type, $subtype, $kind, $name, $mappingField
- Exclude checks
Expected 1 space after FUNCTION keyword; 0 found Open
Open
$callback = function(array $itemList) use (&$flatList) {
- 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
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 Doctrine\ORM\EntityManagerInterface,
- 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
array $resourceA, array $resourceB
- Exclude checks
Multi-line function declarations must define one parameter per line Open
Open
array $resourceA, array $resourceB
- Exclude checks
The extends keyword must be on the same line as the class name Open
Open
extends ErrorException
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE" Open
Open
if (FALSE === $components) {
- Exclude checks
There must be one USE keyword per declaration Open
Open
use GoIntegro\Hateoas\JsonApi\DocumentPagination,
- Exclude checks
Multi-line function declarations must define one parameter per line Open
Open
Request $request, Params $params, RequestAction $action)
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" Open
Open
DocumentResource $resource = NULL, $key = NULL
- Exclude checks
Multi-line function declarations must define one parameter per line Open
Open
DocumentResource $resource, array $fields = []
- 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
$resource = NULL;
- Exclude checks