chrisandchris/passive-record-orm

View on GitHub
src/ChrisAndChris/Common/RowMapperBundle/Services/Query/Parser/TypeBag.php

Summary

Maintainability
C
1 day
Test Coverage

Method init has 215 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function init()
    {
        $this->types = [
            'alias'          => [
                'params'   => [

    File TypeBag.php has 255 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    <?php
    
    namespace ChrisAndChris\Common\RowMapperBundle\Services\Query\Parser;
    
    use ChrisAndChris\Common\RowMapperBundle\Exceptions\InvalidOptionException;

      There are no issues that match your filters.

      Category
      Status