HuasoFoundries/jpgraph

View on GitHub

Showing 6,805 of 6,805 total issues

Line exceeds 120 characters; contains 126 characters
Open

    public function SetAlign($aR1HAlign = null, $aC1VAlign = null, $aR2 = null, $aC2 = null, $aHArg = null, $aVArg = 'center')
Severity: Minor
Found in src/text/GTextTable.php by phpcodesniffer

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

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

Line exceeds 120 characters; contains 180 characters
Open

            //("You are trying to use the locale ($aLocale) which your PHP installation does not support. Hint: Use '' to indicate the default locale for this geographic region.");
Severity: Minor
Found in src/util/DateLocale.php by phpcodesniffer

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

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

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

                    $this->ApplyPlot($_plot);

Line exceeds 120 characters; contains 189 characters
Open

                    Util\JpGraphError::RaiseL(22013, $idx); //('You have specified the look&feel for the same compass direction twice, once with text and once with index (Index='.$idx.')');
Severity: Minor
Found in src/plot/WindrosePlot.php by phpcodesniffer

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

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

Line exceeds 120 characters; contains 138 characters
Open

            [$spm, [1, DSUTILS_DAY1, 'd M', 2, DSUTILS_DAY2, 'd M', 4, DSUTILS_DAY4, 'd M', 7, DSUTILS_WEEK1, $w, -1, DSUTILS_WEEK2, $w]],
Severity: Minor
Found in src/util/DateScaleUtils.php by phpcodesniffer

Line exceeds 120 characters; contains 318 characters
Open

            Util\JpGraphError::RaiseL(25046, $family); //("Specified TTF font family (id=$family) is unknown or does not exist. Please note that TTF fonts are not distributed with JpGraph for copyright reasons. You can find the MS TTF WEB-fonts (arial, courier etc) for download at http://corefonts.sourceforge.net/");
Severity: Minor
Found in src/text/TTF.php by phpcodesniffer

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

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

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

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

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

                    $plot->SetShadow('red', 3, 4, false);

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

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

Line exceeds 120 characters; contains 265 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

Line exceeds 120 characters; contains 126 characters
Open

            //Util\JpGraphError::RaiseL(25049, $font_file); //("Font file \"$font_file\" is not readable or does not exist.");
Severity: Minor
Found in src/text/TTF.php by phpcodesniffer

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

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

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

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

Line exceeds 120 characters; contains 165 characters
Open

        return __CLASS__ . ": [{$this->code}]: {$this->message} at " . basename($this->getFile()) . ':' . $this->getLine() . "\n" . $this->getTraceAsString() . "\n";

Line exceeds 120 characters; contains 139 characters
Open

    private function _normalizeTestGroup($filename, &$ownFixtures = [], $example_title = 'file_iterator', $debug = false, $attributes = [])
Severity: Minor
Found in tests/UnitTestTrait.php by phpcodesniffer

Line exceeds 120 characters; contains 126 characters
Open

        if ((($this->iCol > 0 && $idx == 0) || ($this->iCol + $this->iColSpan - 1 < $this->iTable->iSize[1] - 1 && $idx == 3))
Severity: Minor
Found in src/text/GTextTableCell.php by phpcodesniffer
Severity
Category
Status
Source
Language