smartinmedia/cunity

View on GitHub
lib/modules/Events/View/Events.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function __construct()
    {
        parent::__construct();
        $this->registerCss('events', 'events');
        $this->registerScript('events', 'events');
Severity: Minor
Found in lib/modules/Events/View/Events.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status