Skip to content

Commit 88ad3cf

Browse files
committed
Remove the deprecated OptionsResolverInterface
1 parent e12d8d6 commit 88ad3cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ResolvedFormTypeInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace Symfony\Component\Form;
1313

14-
use Symfony\Component\OptionsResolver\OptionsResolverInterface;
14+
use Symfony\Component\OptionsResolver\OptionsResolver;
1515

1616
/**
1717
* A wrapper for a form type and its extensions.
@@ -102,7 +102,7 @@ public function finishView(FormView $view, FormInterface $form, array $options);
102102
/**
103103
* Returns the configured options resolver used for this type.
104104
*
105-
* @return OptionsResolverInterface The options resolver.
105+
* @return OptionsResolver The options resolver.
106106
*/
107107
public function getOptionsResolver();
108108
}

0 commit comments

Comments
 (0)