bizley/yii2-podium

View on GitHub
src/services/ThreadVerifier.php

Summary

Maintainability
A
1 hr
Test Coverage

Consider simplifying this complex logical expression.
Open

        if (is_numeric($this->categoryId) && $this->categoryId >= 1
                && is_numeric($this->forumId) && $this->forumId >= 1
                && is_numeric($this->threadId) && $this->threadId >= 1
                && !empty($this->threadSlug)) {
            return true;
Severity: Major
Found in src/services/ThreadVerifier.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status