GrafiteInc/Scaffold

View on GitHub
app/View/Components/Global/ConfirmationModal.php

Summary

Maintainability
A
1 hr
Test Coverage

Method js has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function js()
    {
        return <<<'JS'
            document.getElementById('confirmationModalConfirmButton').addEventListener('click', function (event) {
                window.submitConfirmationForm(event);
Severity: Minor
Found in app/View/Components/Global/ConfirmationModal.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status