Pink-Crab/Perique-BladeOne-Provider

View on GitHub
src/BladeOne_Bootstrap.php

Summary

Maintainability
A
1 hr
Test Coverage

Method use has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function use( $template_path = null, ?string $compiled_path = null, int $mode = 0, $blade = null ) {

        add_filter(
            Hooks::APP_INIT_SET_DI_RULES,
            function( $rules ) use ( $template_path, $compiled_path, $mode, $blade ) {
Severity: Minor
Found in src/BladeOne_Bootstrap.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status