HuasoFoundries/jpgraph

View on GitHub

Showing 6,805 of 6,805 total issues

Line exceeds 120 characters; contains 123 characters
Open

                $this->FilledRoundedRectangle($x - $xmarg, $y - $ymarg, $x + $width, $y + $height - $ymarg, $cornerradius);
Severity: Minor
Found in src/image/Image.php by phpcodesniffer

Line exceeds 120 characters; contains 131 characters
Open

                $p1 = [round($x), round($y), round($x), round($y - $h), round($x + $w), round($y - $h), round($x + $w), round($y)];
Severity: Minor
Found in src/image/Image.php by phpcodesniffer

Line exceeds 120 characters; contains 137 characters
Open

        // Second value: Array of formatting depending on divisor for wanted max number of ticks. <divisor><formatting><format-string>,..
Severity: Minor
Found in src/util/DateScaleUtils.php by phpcodesniffer

Line exceeds 120 characters; contains 121 characters
Open

                        list($tickPositions, $minTickPositions) = self::GetTicksFromMinMax($aMin, $aMax, $type, $aMinor);
Severity: Minor
Found in src/util/DateScaleUtils.php by phpcodesniffer

Line exceeds 120 characters; contains 152 characters
Open

            $t = 'for($i=' . $aXMin . '; $i<=' . $aXMax . '; $i += ' . $this->iStepSize . ') {$ya[]=' . $this->iFunc . ';$xa[]=' . $this->iXFunc . ';}';
Severity: Minor
Found in src/util/FuncGenerator.php by phpcodesniffer

Line exceeds 120 characters; contains 136 characters
Open

    public function CopyMerge($fromImg, $toX, $toY, $fromX, $fromY, $toWidth, $toHeight, $fromWidth = -1, $fromHeight = -1, $aMix = 100)
Severity: Minor
Found in src/image/Image.php by phpcodesniffer

Line exceeds 120 characters; contains 478 characters
Open

                //("There is either a configuration problem with TrueType or a problem reading font file (".$this->font_file."). Make sure file exists and is in a readable place for the HTTP process. (If 'basedir' restriction is enabled in PHP then the font file must be located in the document root.). It might also be a wrongly installed FreeType library. Try uppgrading to at least FreeType 2.1.13 and recompile GD with the correct setup so it can find the new FT library.");
Severity: Minor
Found in src/image/Image.php by phpcodesniffer

Line exceeds 120 characters; contains 139 characters
Open

            if (isset(self::$debugFileGroups) && self::$debugFileGroups && \array_key_exists('testFileIterator', self::$genericFixtures)) {
Severity: Minor
Found in tests/UnitTestTrait.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    'static_lambda' => false,
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    'visibility_required' => [
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    ->name('*.php')
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        '.configs',
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    ->ignoreVCS(true);
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Line exceeds 120 characters; contains 187 characters
Open

    Util\JpGraphError::RaiseL(25128); //('The function imageantialias() is not available in your PHP installation. Use the GD version that comes with PHP and not the standalone version.')
Severity: Minor
Found in src/image/Image.php by phpcodesniffer

Line exceeds 120 characters; contains 134 characters
Open

                Util\JpGraphError::RaiseL(25088); //('You have a misconfigured GD font support. The call to imagefontwidth() fails.');
Severity: Minor
Found in src/image/Image.php by phpcodesniffer

Line exceeds 120 characters; contains 122 characters
Open

            // 1: a hex string preceded by a hash, can be 3 characters (#fff) or 6 (#ffffff) (4 or 5 also accepted but...)
Severity: Minor
Found in src/util/RGB.php by phpcodesniffer

Line exceeds 120 characters; contains 131 characters
Open

            self::$exampleRoot = UNIT_TEST_FOLDER . '/Examples/examples_' . \str_replace('test', '', \mb_strtolower($class)) . '/';
Severity: Minor
Found in tests/UnitTestTrait.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        'elements' => [
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        '.github',
Severity: Minor
Found in .php_cs.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    ])
Severity: Minor
Found in .php_cs.php by phpcodesniffer
Severity
Category
Status
Source
Language