partkeepr/PartKeepr

View on GitHub
src/PartKeepr/CoreBundle/DoctrineMigrations/Version20150708120022.php

Summary

Maintainability
A
1 hr
Test Coverage

Method fixTree has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function fixTree($table)
    {
        $nodes = $this->getNodeIds($table);

        $queryBuilder = $this->connection->createQueryBuilder();

    There are no issues that match your filters.

    Category
    Status