ImpressCMS/impresscms

View on GitHub
htdocs/include/calendarjalalijs.php

Summary

Maintainability
A
0 mins
Test Coverage

Reference to undeclared constant \_CALENDAR
Open

$(".ui-datepicker-trigger").attr("alt", "' ._CALENDAR. '").attr("title", "' ._CALENDAR. '");
Severity: Minor
Found in htdocs/include/calendarjalalijs.php by phan

Reference to undeclared constant \_SHORTDATESTRING
Open

$dateFormatTojQueryUIDatePickerFormat = dateFormatTojQueryUIDatePickerFormat(_SHORTDATESTRING);
Severity: Minor
Found in htdocs/include/calendarjalalijs.php by phan

Tabs must be used to indent lines; spaces are not allowed
Open

    );

Tabs must be used to indent lines; spaces are not allowed
Open

        // Month

Tabs must be used to indent lines; spaces are not allowed
Open

        // Day

Tabs must be used to indent lines; spaces are not allowed
Open

        'd' => 'dd', 'j' => 'd', 'l' => 'DD', 'D' => 'D',

Tabs must be used to indent lines; spaces are not allowed
Open

        'Y' => 'yy', 'y' => 'y',

Tabs must be used to indent lines; spaces are not allowed
Open

    return strtr((string)$dateFormat, $chars);

Tabs must be used to indent lines; spaces are not allowed
Open

        // Year

Tabs must be used to indent lines; spaces are not allowed
Open

        'm' => 'mm', 'n' => 'm', 'F' => 'MM', 'M' => 'M',

Tabs must be used to indent lines; spaces are not allowed
Open

    $chars = array(

Expected 1 newline at end of file; 0 found
Open

$icmsTheme->addScript("", array("type" => "text/javascript"), $src);

Unexpected spaces found.
Open

    $chars = array(

Unexpected spaces found.
Open

        // Month

Unexpected spaces found.
Open

        // Year

Unexpected spaces found.
Open

        'Y' => 'yy', 'y' => 'y',

Unexpected spaces found.
Open

        'm' => 'mm', 'n' => 'm', 'F' => 'MM', 'M' => 'M',

Unexpected spaces found.
Open

    return strtr((string)$dateFormat, $chars);

Unexpected spaces found.
Open

        // Day

Unexpected spaces found.
Open

        'd' => 'dd', 'j' => 'd', 'l' => 'DD', 'D' => 'D',

Unexpected spaces found.
Open

    );

There are no issues that match your filters.

Category
Status