mambax7/extcal

View on GitHub
class/Event.php

Summary

Maintainability
A
1 hr
Test Coverage

Method __construct has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function __construct()
    {
        $this->initVar('event_id', \XOBJ_DTYPE_INT, null, false);
        $this->initVar('cat_id', \XOBJ_DTYPE_INT, null, true);
        $this->initVar('event_title', \XOBJ_DTYPE_TXTBOX, null, true, 255);
Severity: Minor
Found in class/Event.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status