zanui/ZanuiFixturesBundle

View on GitHub

Showing 3 of 3 total issues

ZanuiFixture has 24 functions (exceeds 20 allowed). Consider refactoring.
Open

abstract class ZanuiFixture extends AbstractFixture implements FixtureInterface, OrderedFixtureInterface, ContainerAwareInterface
{
    /**
     * Indicates whether the entities should be saved overriding
     * the default generation type to preserve the given IDs
Severity: Minor
Found in src/DataFixtures/ZanuiFixture.php - About 2 hrs to fix

    Method loadSingleEntity has 7 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            $entityClass,
            $key,
            ObjectManager $manager,
            $itemIndex,
            $itemData,
    Severity: Major
    Found in src/DataFixtures/ZanuiFixture.php - About 50 mins to fix

      Method loadEntity has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          public function loadEntity($entityClass, $key, $manager, $info, $referenceUniqueSuffix = '')
      Severity: Minor
      Found in src/DataFixtures/ZanuiFixture.php - About 35 mins to fix
        Severity
        Category
        Status
        Source
        Language