alerts/class-alert-type-highlight.php

Summary

Maintainability
A
2 hrs
Test Coverage
F
47%

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

    public function __construct( $plugin ) {
        parent::__construct( $plugin );
        $this->plugin = $plugin;
        if ( ! is_admin() ) {
            return;
Severity: Minor
Found in alerts/class-alert-type-highlight.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status