pulsarvp/vps-tools

View on GitHub
src/html/Form.php

Summary

Maintainability
A
1 hr
Test Coverage

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

        public function submitBlock ($submitOptions = [], $cancelOptions = null)
        {
            $submitOptions = array_merge([
                'type'  => 'submit',
                'title' => Yii::tr('Save'),
Severity: Minor
Found in src/html/Form.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status