chiliec/yii2-vote

View on GitHub
widgets/Vote.php

Summary

Maintainability
A
1 hr
Test Coverage

Method init has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function init()
    {
        parent::init();
        if (!isset($this->model)) {
            throw new InvalidParamException(Yii::t('vote', 'Model not configurated'));
Severity: Minor
Found in widgets/Vote.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status