open-orchestra/open-orchestra-cms-bundle

View on GitHub
Backoffice/Form/Type/VideoType.php

Summary

Maintainability
A
0 mins
Test Coverage

Avoid unused parameters such as '$options'.
Open

    public function buildForm(FormBuilderInterface $builder, array $options)
Severity: Minor
Found in Backoffice/Form/Type/VideoType.php by phpmd

UnusedFormalParameter

Since: 0.2

Avoid passing parameters to methods or constructors and then not using those parameters.

Example

class Foo
{
    private function bar($howdy)
    {
        // $howdy is not used
    }
}

Source https://phpmd.org/rules/unusedcode.html#unusedformalparameter

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

        $builder->addViewTransformer($this->videoUrlTransformer);
Severity: Critical
Found in Backoffice/Form/Type/VideoType.php by phan

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

class VideoType extends AbstractType
Severity: Critical
Found in Backoffice/Form/Type/VideoType.php by phan

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

    public function buildForm(FormBuilderInterface $builder, array $options)
Severity: Minor
Found in Backoffice/Form/Type/VideoType.php by phan

There are no issues that match your filters.

Category
Status