XoopsModules25x/apcal

View on GitHub

Showing 26,336 of 26,336 total issues

Method name "DHTML_Calendar::_gen_id" is not in camel caps format
Open

    public function _gen_id()

Method name "DHTML_Calendar::_make_js_hash" is not in camel caps format
Open

    public function _make_js_hash($array)

Space found before comma in function call
Open

define( 'APCAL_AM_LOADED' , 1 ) ;
Severity: Minor
Found in language/french/admin.php by phpcodesniffer

Space found before comma in function call
Open

define('APCAL_COPYRIGHT' , '<a href="http://xoops.antiquepromotion.com" title="Calendrier pour Xoops" target="_blank">APCal</a> par <a href="http://www.antiquepromotion.com" title="Antiques Promotion Qu&eacute;bec" target="_blank">AP</a>');
Severity: Minor
Found in language/french/admin.php by phpcodesniffer

Space found before comma in function call
Open

define( '_AM_CAT_TH_LASTMODIFY' , 'Derni&egrave;re modification' ) ;
Severity: Minor
Found in language/french/admin.php by phpcodesniffer

Space found before comma in function call
Open

define( '_AM_CAT_TH_ENABLED' , 'permettre' ) ;
Severity: Minor
Found in language/french/admin.php by phpcodesniffer

Method name "DHTML_Calendar::_make_html_attr" is not in camel caps format
Open

    public function _make_html_attr($array)

Blank line found at start of control structure
Open

} elseif (!empty($_POST['batch_update'])) {
Severity: Minor
Found in admin/categories.php by phpcodesniffer

Blank line found at start of control structure
Open

} elseif (isset($_POST['output_ics_confirm']) && !empty($_POST['ids']) && is_array($_POST['ids'])) {
Severity: Minor
Found in admin/events.php by phpcodesniffer

Space found before comma in function call
Open

define( '_AM_MB_CAT_UPDATED' , 'Cat&eacute;gorie mise &agrave; jour' ) ;
Severity: Minor
Found in language/french/admin.php by phpcodesniffer

Space found before comma in function call
Open

define( '_AM_FMT_CAT_BATCHUPDATED' , '%s Cat&eacute;gories mises &agrave; jour' ) ;
Severity: Minor
Found in language/french/admin.php by phpcodesniffer

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

    public function _trigger_id($id)

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

    public function _make_html_attr($array)

Blank line found at start of control structure
Open

} elseif ($action === 'update' && $_POST['cid'] > 0) {
Severity: Minor
Found in admin/categories.php by phpcodesniffer

Blank line found at start of control structure
Open

if ($action === 'insert') {
Severity: Minor
Found in admin/categories.php by phpcodesniffer

Blank line found at end of control structure
Open


Blank line found at end of control structure
Open


Severity: Minor
Found in language/english/admin.php by phpcodesniffer

Expected 0 spaces before closing bracket; 1 found
Open

if( defined( 'FOR_XOOPS_LANG_CHECKER' ) || ! defined( 'APCAL_AM_LOADED' ) ) {
Severity: Minor
Found in language/french/admin.php by phpcodesniffer

Space found before comma in function call
Open

define( '_AM_GPERM_G_EDITABLE' , "peut &eacute;diter" ) ;
Severity: Minor
Found in language/french/admin.php by phpcodesniffer

Space found before comma in function call
Open

define( '_AM_NOTICE_NOERRORS' , "Aucune erreur d&eacute;tect&eacute;e dans les tables et les enregistrements." ) ;
Severity: Minor
Found in language/french/admin.php by phpcodesniffer
Severity
Category
Status
Source
Language