RebelCode/rcmod-eddbk-rest-api

View on GitHub
src/Controller/SessionsController.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    protected function _getSelectConditionParamMapping()
    {
        return [
            'id' => [
                'compare' => 'eq',
Severity: Minor
Found in src/Controller/SessionsController.php - About 1 hr to fix

    Method __construct has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            $iteratorFactory,
            $selectRm,
            $ordering,
            $exprBuilder,
            $defaultNumPerPage,
    Severity: Minor
    Found in src/Controller/SessionsController.php - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status