bourdeau/jdhm-api

View on GitHub

Showing 162 of 162 total issues

Line exceeds 120 characters; contains 134 characters
Open

        parent::__construct($fulfilled || ($approveCfgAbsence && false === $cfgValue), $testMessage, $helpHtml, $helpText, $optional);
Severity: Minor
Found in var/SymfonyRequirements.php by phpcodesniffer

Line exceeds 120 characters; contains 138 characters
Open

     * @param string|null   $helpText          The help text (when null, it will be inferred from $helpHtml, i.e. stripped from HTML tags)
Severity: Minor
Found in var/SymfonyRequirements.php by phpcodesniffer

Line exceeds 120 characters; contains 151 characters
Open

    public function addPhpIniRecommendation($cfgName, $evaluation, $approveCfgAbsence = false, $testMessage = null, $helpHtml = null, $helpText = null)
Severity: Minor
Found in var/SymfonyRequirements.php by phpcodesniffer

Line exceeds 120 characters; contains 122 characters
Open

            sprintf('Install PHP %s or newer (installed version is %s)', self::REQUIRED_PHP_VERSION, $installedPhpVersion)
Severity: Minor
Found in var/SymfonyRequirements.php by phpcodesniffer

Line exceeds 120 characters; contains 136 characters
Open

                sprintf('Configured default timezone "%s" must be supported by your installation of PHP', @date_default_timezone_get()),
Severity: Minor
Found in var/SymfonyRequirements.php by phpcodesniffer

Line exceeds 120 characters; contains 166 characters
Open

            'You should use PHP 5.3.18+ or PHP 5.4.8+ to always get nice error messages for fatal errors in the development environment due to PHP bug #61767/#60909',
Severity: Minor
Found in var/SymfonyRequirements.php by phpcodesniffer

Line exceeds 120 characters; contains 144 characters
Open

                sprintf('PDO should have some drivers installed (currently available: %s)', count($drivers) ? implode(', ', $drivers) : 'none'),
Severity: Minor
Found in var/SymfonyRequirements.php by phpcodesniffer

Line exceeds 120 characters; contains 171 characters
Open

     * @param string        $helpHtml          The help text formatted in HTML for resolving the problem (when null and $evaluation is a boolean a default help is derived)
Severity: Minor
Found in var/SymfonyRequirements.php by phpcodesniffer

Line exceeds 120 characters; contains 178 characters
Open

                'Set "<strong>mbstring.func_overload</strong>" to <strong>0</strong> in php.ini<a href="#phpini">*</a> to disable function overloading by the mbstring extension.'
Severity: Minor
Found in var/SymfonyRequirements.php by phpcodesniffer

Line exceeds 120 characters; contains 122 characters
Open

            (version_compare($installedPhpVersion, '5.3.18', '>=') && version_compare($installedPhpVersion, '5.4.0', '<'))
Severity: Minor
Found in var/SymfonyRequirements.php by phpcodesniffer

Line exceeds 120 characters; contains 164 characters
Open

     *                                         or a callback function receiving the configuration value as parameter to determine the fulfillment of the requirement
Severity: Minor
Found in var/SymfonyRequirements.php by phpcodesniffer

Line exceeds 120 characters; contains 228 characters
Open

                    sprintf('intl ICU version installed on your system (%s) should match the ICU data bundled with Symfony (%s)', \Symfony\Component\Intl\Intl::getIcuVersion(), \Symfony\Component\Intl\Intl::getIcuDataVersion()),
Severity: Minor
Found in var/SymfonyRequirements.php by phpcodesniffer

Line exceeds 120 characters; contains 162 characters
Open

            'Change the permissions of either "<strong>app/cache/</strong>" or  "<strong>var/cache/</strong>" directory so that the web server can write into it.'
Severity: Minor
Found in var/SymfonyRequirements.php by phpcodesniffer

Line exceeds 120 characters; contains 264 characters
Open

                    'In most cases you should be fine, but please verify there is no inconsistencies between data provided by Symfony and the intl extension. See https://github.com/symfony/symfony/issues/15007 for an example of inconsistencies you might run into.'
Severity: Minor
Found in var/SymfonyRequirements.php by phpcodesniffer

Line exceeds 120 characters; contains 178 characters
Open

                'Set "<strong>intl.error_level</strong>" to "<strong>0</strong>" in php.ini<a href="#phpini">*</a> to inhibit the messages when an error occurs in ICU functions.'
Severity: Minor
Found in var/SymfonyRequirements.php by phpcodesniffer

Line exceeds 120 characters; contains 130 characters
Open

     * @param string|null $helpText    The help text (when null, it will be inferred from $helpHtml, i.e. stripped from HTML tags)
Severity: Minor
Found in var/SymfonyRequirements.php by phpcodesniffer

Line exceeds 120 characters; contains 171 characters
Open

     * @param string|null   $helpHtml          The help text formatted in HTML for resolving the problem (when null and $evaluation is a boolean a default help is derived)
Severity: Minor
Found in var/SymfonyRequirements.php by phpcodesniffer

Line exceeds 120 characters; contains 138 characters
Open

     * @param string|null   $helpText          The help text (when null, it will be inferred from $helpHtml, i.e. stripped from HTML tags)
Severity: Minor
Found in var/SymfonyRequirements.php by phpcodesniffer

Line exceeds 120 characters; contains 160 characters
Open

            'Change the permissions of either "<strong>app/logs/</strong>" or  "<strong>var/logs/</strong>" directory so that the web server can write into it.'
Severity: Minor
Found in var/SymfonyRequirements.php by phpcodesniffer

Line exceeds 120 characters; contains 121 characters
Open

                'Set the "<strong>date.timezone</strong>" setting in php.ini<a href="#phpini">*</a> (like Europe/Paris).'
Severity: Minor
Found in var/SymfonyRequirements.php by phpcodesniffer
Severity
Category
Status
Source
Language