src/BladeOne_Bootstrap.php
Method use
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
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 ) {