jfx/ci-report

View on GitHub
public/index.php

Summary

Maintainability
A
0 mins
Test Coverage

Line exceeds 120 characters; contains 228 characters
Open

        throw new \RuntimeException('APP_ENV environment variable is not defined. You need to define environment variables for configuration or add "symfony/dotenv" as a Composer dependency to load variables from a .env file.');
Severity: Minor
Found in public/index.php by phpcodesniffer

Line exceeds 120 characters; contains 130 characters
Open

    Request::setTrustedProxies(explode(',', $trustedProxies), Request::HEADER_X_FORWARDED_ALL ^ Request::HEADER_X_FORWARDED_HOST);
Severity: Minor
Found in public/index.php by phpcodesniffer

There are no issues that match your filters.

Category
Status