Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9b9158b

Browse filesBrowse files
committed
Remove the deprecated OptionsResolverInterface
1 parent 6026781 commit 9b9158b
Copy full SHA for 9b9158b

File tree

Expand file treeCollapse file tree

3 files changed

+3
-217
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-217
lines changed

‎src/Symfony/Component/Form/ResolvedFormTypeInterface.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/ResolvedFormTypeInterface.php
+2-2Lines 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
}

‎src/Symfony/Component/OptionsResolver/OptionsResolver.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/OptionsResolver/OptionsResolver.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* @author Bernhard Schussek <bschussek@gmail.com>
2525
* @author Tobias Schultze <http://tobion.de>
2626
*/
27-
class OptionsResolver implements Options, OptionsResolverInterface
27+
class OptionsResolver implements Options
2828
{
2929
/**
3030
* The fully qualified name of the {@link Options} interface.

‎src/Symfony/Component/OptionsResolver/OptionsResolverInterface.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/OptionsResolver/OptionsResolverInterface.php
-214Lines changed: 0 additions & 214 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.