groundctrl/concerto-bundle

View on GitHub
src/DataFixtures/ORM/LoadSoloistAwareEntityData.php

Summary

Maintainability
A
1 hr
Test Coverage

Method load has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function load(ObjectManager $manager)
    {
        $soloist = new ConcertoTestSoloist();
        $soloist->setDomain('alice.com');
        $manager->persist($soloist);
Severity: Minor
Found in src/DataFixtures/ORM/LoadSoloistAwareEntityData.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status