luyadev/luya-module-admin

View on GitHub
src/ngrest/base/Plugin.php

Summary

Maintainability
C
7 hrs
Test Coverage
B
83%

Plugin has 39 functions (exceeds 20 allowed). Consider refactoring.
Open

abstract class Plugin extends Component implements TypesInterface
{
    public const CREATE_CONTEXT_PREFIX = 'create.';

    public const UPDATE_CONTEXT_RPEFXI = 'update.';
Severity: Minor
Found in src/ngrest/base/Plugin.php - About 5 hrs to fix

    File Plugin.php has 267 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    <?php
    
    namespace luya\admin\ngrest\base;
    
    use luya\admin\base\TypesInterface;
    Severity: Minor
    Found in src/ngrest/base/Plugin.php - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status