skqr/hateoas

View on GitHub

Showing 662 of 662 total issues

TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
Open

        return FALSE;

TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
Open

        $include = NULL;

Multi-line function declarations must define one parameter per line
Open

        Request $request, Params $params, RequestAction $action

The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
Open

    {
Severity: Minor
Found in Search/SolrSearchResult.php by phpcodesniffer

The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
Open

    {

The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
Open

    {

Multi-line function declarations must define one parameter per line
Open

        Request $request, Params $params

TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
Open

        $access = NULL;

The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
Open

    {
Severity: Minor
Found in Util/Reflection.php by phpcodesniffer

Multi-line function declarations must define one parameter per line
Open

        QueryBuilder $qb, array $filters, $alias = 'e'

TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
Open

        return TRUE;

Multi-line function declarations must define one parameter per line
Open

        QueryBuilder $qb, array $filters, $alias = 'e'

TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
Open

        Exception $previous = NULL

There must be one USE keyword per declaration
Open

use Doctrine\Common\Collections\Collection,

The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
Open

    {
Severity: Minor
Found in JsonApi/Request/Parser.php by phpcodesniffer

The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
Open

    {
Severity: Minor
Found in JsonApi/Request/Parser.php by phpcodesniffer

The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
Open

    {

The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
Open

    {
Severity: Minor
Found in JsonApi/Request/Parser.php by phpcodesniffer

Expected 1 space after FUNCTION keyword; 0 found
Open

            $callback = function($entity) {

There must be one USE keyword per declaration
Open

use IteratorAggregate, ArrayIterator, Countable;
Severity
Category
Status
Source
Language