phpbb-extensions/mediaembed

View on GitHub
migrations/m7_add_missing_permissions.php

Summary

Maintainability
A
1 hr
Test Coverage

Method custom_forum_roles has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function custom_forum_roles()
    {
        $sql_array = [
            'SELECT'    => 'roles.role_id, roles.role_name',
            'FROM'        => [
Severity: Minor
Found in migrations/m7_add_missing_permissions.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status