HuasoFoundries/jpgraph

View on GitHub

Showing 6,805 of 6,805 total issues

Method name "IconImage::GetHeight" is not in camel caps format
Open

    public function GetHeight()
Severity: Minor
Found in src/image/IconImage.php by phpcodesniffer

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

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

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

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

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

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

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

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

Method name "DateLocale::GetShortMonth" is not in camel caps format
Open

    public function GetShortMonth()
Severity: Minor
Found in src/util/DateLocale.php by phpcodesniffer

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

    private static $__iImgFlg  = true;
Severity: Minor
Found in src/util/JpGraphError.php by phpcodesniffer

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

    public static function Raise($aMsg, $aHalt = true)
Severity: Minor
Found in src/util/JpGraphError.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/GanttTest.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/PieTest.php by phpcodesniffer

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

    protected function _after()

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

    public function SetPath($aPath)
Severity: Minor
Found in src/image/GanttLink.php by phpcodesniffer

Method name "IconImage::GetWidth" is not in camel caps format
Open

    public function GetWidth()
Severity: Minor
Found in src/image/IconImage.php by phpcodesniffer

Method name "IconImage::SetAlign" is not in camel caps format
Open

    public function SetAlign($aX = 'left', $aY = 'center')
Severity: Minor
Found in src/image/IconImage.php by phpcodesniffer

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

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

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

    public function SetFont($family, $style = FS_NORMAL, $size = 10)
Severity: Minor
Found in src/image/Image.php by phpcodesniffer

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

    public function StrokeBoxedText(
Severity: Minor
Found in src/image/Image.php by phpcodesniffer

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

    public function AddTxtCR($aTxt)
Severity: Minor
Found in src/image/Image.php by phpcodesniffer

Method name "DateLocale::GetShortMonthName" is not in camel caps format
Open

    public function GetShortMonthName($aNbr)
Severity: Minor
Found in src/util/DateLocale.php by phpcodesniffer

Method name "DateLocale::GetLongMonthName" is not in camel caps format
Open

    public function GetLongMonthName($aNbr)
Severity: Minor
Found in src/util/DateLocale.php by phpcodesniffer
Severity
Category
Status
Source
Language