Skip to content

Commit e21bda1

Browse files
authored
Merge pull request #5 from acseo/v3.1
fix incompatibility extension
2 parents 4fc8953 + 2414ff7 commit e21bda1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Form/Extension/FieldTypeHelpExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Component\Form\FormBuilderInterface;
1515
use Symfony\Component\Form\FormInterface;
1616
use Symfony\Component\Form\FormView;
17-
use Symfony\Component\OptionsResolver\OptionsResolverInterface;
17+
use Symfony\Component\OptionsResolver\OptionsResolver;
1818

1919
/**
2020
* Class FieldTypeHelpExtension

Form/Extension/FieldTypePictoExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Component\Form\FormBuilderInterface;
1515
use Symfony\Component\Form\FormInterface;
1616
use Symfony\Component\Form\FormView;
17-
use Symfony\Component\OptionsResolver\OptionsResolverInterface;
17+
use Symfony\Component\OptionsResolver\OptionsResolver;
1818

1919
/**
2020
* Class FieldTypePictoExtension

Form/Extension/FieldTypePopinExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Component\Form\FormBuilderInterface;
1515
use Symfony\Component\Form\FormInterface;
1616
use Symfony\Component\Form\FormView;
17-
use Symfony\Component\OptionsResolver\OptionsResolverInterface;
17+
use Symfony\Component\OptionsResolver\OptionsResolver;
1818

1919

2020
/**

0 commit comments

Comments
 (0)