luyadev/luya-module-admin

View on GitHub
src/ngrest/render/RenderCrudView.php

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Method getAngularControllerConfig has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function getAngularControllerConfig()
    {
        return [
            'apiListQueryString' => $this->context->apiQueryString('list'),
            'apiUpdateQueryString' => $this->context->apiQueryString('update'),
Severity: Minor
Found in src/ngrest/render/RenderCrudView.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status