open-orchestra/open-orchestra-cms-bundle

View on GitHub
Backoffice/Form/Type/Component/SiteSiteAliasType.php

Summary

Maintainability
A
0 mins
Test Coverage

Parameter $siteRepository has undeclared type \OpenOrchestra\ModelInterface\Repository\SiteRepositoryInterface
Open

    public function __construct(

Call to method setDefaults from undeclared class \Symfony\Component\OptionsResolver\OptionsResolver
Open

        $resolver->setDefaults(

Call to method add from undeclared class \Symfony\Component\Form\FormBuilderInterface
Open

        $builder->add('siteId', 'oo_site_choice', array(

Call to method addEventSubscriber from undeclared class \Symfony\Component\Form\FormBuilderInterface
Open

        $builder->addEventSubscriber(

Class extends undeclared class \Symfony\Component\Form\AbstractType
Open

class SiteSiteAliasType extends AbstractType

Parameter $builder has undeclared type \Symfony\Component\Form\FormBuilderInterface
Open

    public function buildForm(FormBuilderInterface $builder, array $options)

Parameter $resolver has undeclared type \Symfony\Component\OptionsResolver\OptionsResolver
Open

    public function configureOptions(OptionsResolver $resolver)

Call to method getData from undeclared class \Symfony\Component\Form\FormBuilderInterface
Open

        $data = $builder->getData();

Parameter $nodeRepository has undeclared type \OpenOrchestra\ModelInterface\Repository\NodeRepositoryInterface
Open

    public function __construct(

Multi-line function call not indented correctly; expected 8 spaces but found 12
Open

            ));

Closing parenthesis of a multi-line function call must be on a line by itself
Open

            ));

There are no issues that match your filters.

Category
Status