BookStackApp/BookStack

View on GitHub
app/Activity/Controllers/AuditLogController.php

Summary

Maintainability
A
1 hr
Test Coverage

Method index has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function index(Request $request)
    {
        $this->checkPermission('settings-manage');
        $this->checkPermission('users-manage');

Severity: Minor
Found in app/Activity/Controllers/AuditLogController.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status