open-orchestra/open-orchestra-cms-bundle

View on GitHub
GroupBundle/DataFixtures/MongoDB/AbstractLoadGroupData.php

Summary

Maintainability
A
0 mins
Test Coverage

Call to undeclared method \OpenOrchestra\GroupBundle\DataFixtures\MongoDB\AbstractLoadGroupData::getReference
Open

            $profileCollection->addProfile($this->getReference($reference));

Return type of createProfileCollection() is undeclared type \OpenOrchestra\ModelBundle\Document\WorkflowProfileCollection
Open

    protected function createProfileCollection(array $profileReferences)

Class extends undeclared class \Doctrine\Common\DataFixtures\AbstractFixture
Open

abstract class AbstractLoadGroupData extends AbstractFixture implements OrderedFixtureInterface

Class implements undeclared interface \Doctrine\Common\DataFixtures\OrderedFixtureInterface
Open

abstract class AbstractLoadGroupData extends AbstractFixture implements OrderedFixtureInterface

Call to method addProfile from undeclared class \OpenOrchestra\ModelBundle\Document\WorkflowProfileCollection
Open

            $profileCollection->addProfile($this->getReference($reference));

Call to method __construct from undeclared class \OpenOrchestra\ModelBundle\Document\WorkflowProfileCollection
Open

        $profileCollection = new WorkflowProfileCollection();

There are no issues that match your filters.

Category
Status