open-orchestra/open-orchestra-cms-bundle

View on GitHub
Backoffice/GenerateForm/Strategies/ContentStrategy.php

Summary

Maintainability
A
0 mins
Test Coverage

non-abstract class \OpenOrchestra\Backoffice\GenerateForm\Strategies\ContentStrategy contains abstract method \OpenOrchestra\Backoffice\GenerateForm\GenerateFormInterface::buildForm declared at /code/Backoffice/GenerateForm/GenerateFormInterface.php:24
Open

class ContentStrategy extends AbstractBlockStrategy

Parameter $block has undeclared type \OpenOrchestra\ModelInterface\Model\BlockInterface
Open

    public function support(BlockInterface $block)

Reference to constant NAME from undeclared class \OpenOrchestra\DisplayBundle\DisplayBlock\Strategies\ContentStrategy (Did you mean class \OpenOrchestra\Backoffice\BusinessRules\Strategies\ContentStrategy or class \OpenOrchestra\Backoffice\GenerateForm\Strategies\ContentStrategy)
Open

        return BaseContentStrategy::NAME === $block->getComponent();

Call to method getComponent from undeclared class \OpenOrchestra\ModelInterface\Model\BlockInterface
Open

        return BaseContentStrategy::NAME === $block->getComponent();

There are no issues that match your filters.

Category
Status