HuasoFoundries/jpgraph

View on GitHub

Showing 6,805 of 6,805 total issues

Property name "$_height" should not be prefixed with an underscore to indicate visibility
Open

    private $_height      = 0;
Severity: Minor
Found in src/image/Image.php by phpcodesniffer

Method name "Image::CreateRawCanvas" is not in camel caps format
Open

    public function CreateRawCanvas($aWidth = 0, $aHeight = 0)
Severity: Minor
Found in src/image/Image.php by phpcodesniffer

Method name "Image::SetAlphaBlending" is not in camel caps format
Open

    public function SetAlphaBlending($aFlg = true)
Severity: Minor
Found in src/image/Image.php by phpcodesniffer

Method name "Image::GetFontHeight" is not in camel caps format
Open

    public function GetFontHeight($angle = 0)
Severity: Minor
Found in src/image/Image.php by phpcodesniffer

Method name "DateScaleUtils::GetAutoTicks" is not in camel caps format
Open

    public static function GetAutoTicks($aMin, $aMax, $aMaxTicks = 10, $aMinor = false)
Severity: Minor
Found in src/util/DateScaleUtils.php by phpcodesniffer

Method name "JpGraphError::GetImageFlag" is not in camel caps format
Open

    public static function GetImageFlag()
Severity: Minor
Found in src/util/JpGraphError.php by phpcodesniffer

Method name "ReadFileData::From1Col" is not in camel caps format
Open

    public static function From1Col($aFile, $aCol1)
Severity: Minor
Found in src/util/ReadFileData.php by phpcodesniffer

Method name "ReadFileData::FromMatrix" is not in camel caps format
Open

    public static function FromMatrix($aFile, $aSepChar = ' ')
Severity: Minor
Found in src/util/ReadFileData.php by phpcodesniffer

Method name "_after" should not be prefixed with an underscore to indicate visibility
Open

    protected function _after()
Severity: Minor
Found in tests/LineTest.php by phpcodesniffer

Method name "_before" should not be prefixed with an underscore to indicate visibility
Open

    protected function _before()

Method name "Image::CopyCanvasH" is not in camel caps format
Open

    public function CopyCanvasH($aToHdl, $aFromHdl, $aToX, $aToY, $aFromX, $aFromY, $aWidth, $aHeight, $aw = -1, $ah = -1)
Severity: Minor
Found in src/image/Image.php by phpcodesniffer

Method name "Image::CreateFromString" is not in camel caps format
Open

    public static function CreateFromString($aStr)
Severity: Minor
Found in src/image/Image.php by phpcodesniffer

Method name "Image::GetTextHeight" is not in camel caps format
Open

    public function GetTextHeight($txt = '', $angle = 0)
Severity: Minor
Found in src/image/Image.php by phpcodesniffer

Method name "RGB::Equal" is not in camel caps format
Open

    public function Equal($aCol1, $aCol2)
Severity: Minor
Found in src/util/RGB.php by phpcodesniffer

Method name "_after" should not be prefixed with an underscore to indicate visibility
Open

    protected function _after()
Severity: Minor
Found in tests/ImgTest.php by phpcodesniffer

Method name "_before" should not be prefixed with an underscore to indicate visibility
Open

    protected function _before()
Severity: Minor
Found in tests/LineTest.php by phpcodesniffer

Method name "_before" should not be prefixed with an underscore to indicate visibility
Open

    protected function _before()
Severity: Minor
Found in tests/WindroseTest.php by phpcodesniffer

Method name "_before" should not be prefixed with an underscore to indicate visibility
Open

    protected function _before()

Method name "_fileCheck" should not be prefixed with an underscore to indicate visibility
Open

    public function _fileCheck($filename)
Severity: Minor
Found in tests/_not_ready_QrTest.xphp by phpcodesniffer

Method name "GanttLink::SetArrow" is not in camel caps format
Open

    public function SetArrow($aSize, $aType = ARROWT_SOLID)
Severity: Minor
Found in src/image/GanttLink.php by phpcodesniffer
Severity
Category
Status
Source
Language