Pink-Crab/Perique-Registerables

View on GitHub
src/Registrar/Meta_Box_Registrar.php

Summary

Maintainability
A
1 hr
Test Coverage

Method register has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function register( Meta_Box $meta_box ): void {

        if ( ! $this->validator->verify_meta_box( $meta_box ) ) {
            throw new Exception(
                sprintf(
Severity: Minor
Found in src/Registrar/Meta_Box_Registrar.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status