VSVverkeerskunde/gvq-api

View on GitHub

Showing 1,426 of 1,426 total issues

Line exceeds 120 characters; contains 129 characters
Open

        $created = isset($data['created']) ? \DateTime::createFromFormat(\DateTime::ISO8601, $data['created']) : new \DateTime();

Line exceeds 120 characters; contains 123 characters
Open

        $companyPassedUniqueParticipantCounts = $this->dashboardService->uniquePassedParticipants($activeCompany->getId());

Line exceeds 120 characters; contains 143 characters
Open

            ->innerJoin(DetailedTopScoreEntity::class, 'score', Join::WITH, 'participation.email = score.email AND score.language = :language')

Line exceeds 120 characters; contains 175 characters
Open

                'Pass the projector to replay (all|unique|all-redis|contest-closed|team-participant|quiz|company-played-quizzes|company-question-difficulty|participant-quiz)',

Opening brace should be on a new line
Open

    public function withType(?string $type): Company {

Multi-line function call not indented correctly; expected 20 spaces but found 18
Open

                  ]

Opening brace should be on a new line
Open

    public function registerEmail(Email $email) {

Opening brace should be on a new line
Open

    public function __construct(string $configFilePath) {

Expected 0 spaces after opening bracket; newline found
Open

        if (

Expected 0 spaces after opening bracket; newline found
Open

            if (

Expected 1 space after closing brace; newline found
Open

        }

Multi-line function call not indented correctly; expected 20 spaces but found 18
Open

                  [

Expected 0 spaces after opening bracket; newline found
Open

        if (

Closing parenthesis of a multi-line function call must be on a line by itself
Open

                'application/csv; charset=UTF-16LE');
Severity: Minor
Found in src/Common/CsvResponse.php by phpcodesniffer

Multi-line function call not indented correctly; expected 8 spaces but found 12
Open

            $nl);

Expected 1 newline at end of file; 0 found
Open

}

Multi-line function call not indented correctly; expected 12 spaces but found 16
Open

                'application/csv; charset=UTF-16LE');
Severity: Minor
Found in src/Common/CsvResponse.php by phpcodesniffer

Multi-line function call not indented correctly; expected 20 spaces but found 18
Open

                  'questions/edit_image.html.twig',

Expected 1 newline at end of file; 0 found
Open

}

Expected 1 space after closing brace; newline found
Open

        }
Severity
Category
Status
Source
Language