open-orchestra/open-orchestra-cms-bundle

View on GitHub
Backoffice/Manager/BlockConfigurationManager.php

Summary

Maintainability
A
0 mins
Test Coverage

Call to method trans from undeclared class \Symfony\Component\Translation\TranslatorInterface
Open

        return $this->translator->trans($name);

Call to method trans from undeclared class \Symfony\Component\Translation\TranslatorInterface
Open

        return $this->translator->trans($description);

Parameter $translator has undeclared type \Symfony\Component\Translation\TranslatorInterface
Open

    public function __construct(array $blockConfiguration, TranslatorInterface $translator)

Expected 0 spaces after opening bracket; newline found
Open

        if (

Expected 0 spaces after opening bracket; newline found
Open

        if (

Expected 0 spaces after opening bracket; newline found
Open

        if (

There are no issues that match your filters.

Category
Status