HuasoFoundries/jpgraph

View on GitHub

Showing 6,805 of 6,805 total issues

Line exceeds 120 characters; contains 122 characters
Open

                    $y       = $aY + $this->iMarginTop + round(($aHeight - $this->iMarginTop - $this->iMarginBottom) / 2);
Severity: Minor
Found in src/text/GTextTableCell.php by phpcodesniffer

Line exceeds 120 characters; contains 205 characters
Open

                //('Usage of FF_CHINESE (FF_BIG5) font family requires that your PHP setup has the iconv() function. By default this is not compiled into PHP (needs the "--width-iconv" when configured).');
Severity: Minor
Found in src/text/LanguageConv.php by phpcodesniffer

Line exceeds 120 characters; contains 155 characters
Open

            $uniline .= ($charcode > 179 && $charcode != 183 && $charcode != 187 && $charcode != 189) ? '&#' . (900 + ($charcode - 180)) . ';' : $thischar;
Severity: Minor
Found in src/text/LanguageConv.php by phpcodesniffer

Line exceeds 120 characters; contains 128 characters
Open

     * @example ` $ttf->File(FF_DV_SANSSERIF, FS_BOLD); // would return <self::LIBRARY ROOT>/self::src/fonts/DejaVuSans-Bold-ttf
Severity: Minor
Found in src/text/TTF.php by phpcodesniffer

Line exceeds 120 characters; contains 133 characters
Open

            //('Style "'.$this->style_names[$style].'" is not available for font family '.$this->font_files[$family][FS_NORMAL].'.');
Severity: Minor
Found in src/text/TTF.php by phpcodesniffer

Line exceeds 120 characters; contains 148 characters
Open

    public function SetBox2($aFrameColor = [255, 255, 255], $aBorderColor = [0, 0, 0], $aShadowColor = false, $aCornerRadius = 4, $aShadowWidth = 3)
Severity: Minor
Found in src/text/Text.php by phpcodesniffer

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

                    $this->ApplyPlot($_plot);
Severity: Minor
Found in src/themes/SoftyTheme.php by phpcodesniffer

Line exceeds 120 characters; contains 205 characters
Open

            [-1, [30, DSUTILS_MONTH1, 'M-Y', 60, DSUTILS_MONTH2, 'M-Y', 90, DSUTILS_MONTH3, 'M-Y', 180, DSUTILS_MONTH6, 'M-Y', 352, DSUTILS_YEAR1, 'Y', 704, DSUTILS_YEAR2, 'Y', -1, DSUTILS_YEAR5, 'Y']], ];
Severity: Minor
Found in src/util/DateScaleUtils.php by phpcodesniffer

Line exceeds 120 characters; contains 147 characters
Open

            return 'Internal error: The specified error message (' . $errnbr . ') does not exist in the chosen locale (' . $__jpg_err_locale . ')';
Severity: Minor
Found in src/util/ErrMsgText.php by phpcodesniffer

Line exceeds 120 characters; contains 213 characters
Open

            [$spy, [1, DSUTILS_DAY1, 'd M', 2, DSUTILS_DAY2, 'd M', 4, DSUTILS_DAY4, 'd M', 7, DSUTILS_WEEK1, $w, 14, DSUTILS_WEEK2, $w, 30, DSUTILS_MONTH1, 'M', 60, DSUTILS_MONTH2, 'M', -1, DSUTILS_MONTH3, 'M']],
Severity: Minor
Found in src/util/DateScaleUtils.php by phpcodesniffer

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

                    $this->ApplyPlot($_plot);
Severity: Minor
Found in src/themes/GreenTheme.php by phpcodesniffer

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

                    $this->ApplyPlot($_plot);
Severity: Minor
Found in src/themes/VividTheme.php by phpcodesniffer

Line exceeds 120 characters; contains 121 characters
Open

        $ownFixtures[$methodName][$filename] = \array_merge($dims, ['title' => $example_title, 'filename' => $filename]);
Severity: Minor
Found in tests/UnitTestTrait.php by phpcodesniffer

Line exceeds 120 characters; contains 161 characters
Open

                $uniline .= (($charcode > 183 && $charcode != 187 && $charcode != 189) || $charcode == 180) ? '&#' . (900 + ($charcode - 180)) . ';' : $thischar;
Severity: Minor
Found in src/text/LanguageConv.php by phpcodesniffer

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

                    $plot->SetFillColor($color);

Line exceeds 120 characters; contains 144 characters
Open

            JpGraphError::RaiseL(25079, $aColor, safe_count($aColor)); //(" Unknown color specification: $aColor , size=". safe_count($aColor));
Severity: Minor
Found in src/util/RGB.php by phpcodesniffer

Line exceeds 120 characters; contains 261 characters
Open

            //('Invalid input data for spline. Two or more consecutive input X-values are equal. Each input X-value must differ since from a mathematical point of view it must be a one-to-one mapping, i.e. each X-value must correspond to exactly one Y-value.');
Severity: Minor
Found in src/util/Spline.php by phpcodesniffer

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

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

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

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

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

    ->name('.php_cs.php')
Severity: Minor
Found in .php_cs.php by phpcodesniffer
Severity
Category
Status
Source
Language