Pink-Crab/Perique_Admin_Menu

View on GitHub
src/Registrar/Page_Dispatcher.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function admin_exception_notice( $object, Throwable $exception ): void {
        add_action(
            'admin_notices',
            function() use ( $object, $exception ) {
                $class   = 'notice notice-error';
Severity: Minor
Found in src/Registrar/Page_Dispatcher.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status