DigitalState/Platform-Transport-Bundle

View on GitHub

Showing 2 of 6 total issues

Method buildForm has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function buildForm(FormBuilderInterface $builder, array $options)
    {
        $builder->add('title', 'text', [
            'label' => 'ds.transport.title.label'
        ]);
Severity: Minor
Found in Form/Type/TransportType.php - About 1 hr to fix

    Method buildForm has 26 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function buildForm(FormBuilderInterface $builder, array $options)
        {
            $builder->add('title', 'text', [
                'label' => 'ds.transport.profile.title.label'
            ]);
    Severity: Minor
    Found in Form/Type/ProfileType.php - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language