open-orchestra/open-orchestra-cms-bundle

View on GitHub
Backoffice/DisplayBlock/DisplayBlockManager.php

Summary

Maintainability
A
0 mins
Test Coverage

Parameter $templating has undeclared type \Symfony\Component\Templating\EngineInterface
Open

    public function __construct(

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

    public function toString(ReadBlockInterface $block)

Returning type \Symfony\Component\HttpFoundation\Response but show() is declared to return string
Open

        return $this->defaultStrategy->show($block);

Returning type \Symfony\Component\HttpFoundation\Response but show() is declared to return string
Open

                return $strategy->show($block);

Return type of getTemplating() is undeclared type \Symfony\Component\Templating\EngineInterface
Open

    public function getTemplating()

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

    public function show($block)

There must be a single space between the closing parenthesis and the opening brace of a multi-line function declaration; found 0 spaces
Open

    ){

There are no issues that match your filters.

Category
Status