Pink-Crab/Perique_Admin_Menu

View on GitHub
src/Module/Page_Middleware.php

Summary

Maintainability
A
1 hr
Test Coverage

Method process has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function process( object $class ): object {
        // If we have a valid SUB page.
        if (
            is_a( $class, Page::class )
            && is_admin()
Severity: Minor
Found in src/Module/Page_Middleware.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status