bourdeau/jdhm-api

View on GitHub

Showing 162 of 162 total issues

Line exceeds 120 characters; contains 157 characters
Open

     *                                         This is helpful for abandoned configs in later PHP versions or configs of an optional extension, like Suhosin.
Severity: Minor
Found in var/SymfonyRequirements.php by phpcodesniffer

Line exceeds 120 characters; contains 127 characters
Open

        $this->add(new PhpIniRequirement($cfgName, $evaluation, $approveCfgAbsence, $testMessage, $helpHtml, $helpText, true));
Severity: Minor
Found in var/SymfonyRequirements.php by phpcodesniffer

Line exceeds 120 characters; contains 135 characters
Open

                'Add "<strong>phar</strong>" to <strong>suhosin.executor.include.whitelist</strong> in php.ini<a href="#phpini">*</a>.'
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 122 characters
Open

     * @param bool          $optional          Whether this is only an optional recommendation not a mandatory requirement
Severity: Minor
Found in var/SymfonyRequirements.php by phpcodesniffer

Line exceeds 120 characters; contains 167 characters
Open

     * @param bool          $approveCfgAbsence If true the Requirement will be fulfilled even if the configuration option does not exist, i.e. ini_get() returns false.
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 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 157 characters
Open

     *                                         Example: You require a config to be true but PHP later removes this config and defaults it to true internally.
Severity: Minor
Found in var/SymfonyRequirements.php by phpcodesniffer

Line exceeds 120 characters; contains 138 characters
Open

                throw new InvalidArgumentException('You must provide the parameters testMessage and helpHtml for a callback evaluation.');
Severity: Minor
Found in var/SymfonyRequirements.php by phpcodesniffer

Line exceeds 120 characters; contains 153 characters
Open

            'Vendor libraries are missing. Install composer following instructions from <a href="http://getcomposer.org/">http://getcomposer.org/</a>. '.
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 280 characters
Open

                'Your default timezone is not supported by PHP. Check for typos in your <strong>php.ini</strong> file and have a look at the list of deprecated timezones at <a href="http://php.net/manual/en/timezones.others.php">http://php.net/manual/en/timezones.others.php</a>.'
Severity: Minor
Found in var/SymfonyRequirements.php by phpcodesniffer

Line exceeds 120 characters; contains 153 characters
Open

            'Your project might malfunction randomly due to PHP bug #52083 ("Notice: Trying to get property of non-object"). Install PHP 5.3.4 or newer.'
Severity: Minor
Found in var/SymfonyRequirements.php by phpcodesniffer

Line exceeds 120 characters; contains 156 characters
Open

     * @param string|null   $testMessage       The message for testing the requirement (when null and $evaluation is a boolean a default message is derived)
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 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 148 characters
Open

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

Line exceeds 120 characters; contains 157 characters
Open

     *                                         Example: You require a config to be true but PHP later removes this config and defaults it to true internally.
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
Severity
Category
Status
Source
Language