Skip to content

Commit

Permalink
feature #13407 [Form] Remove deprecated setDefaultOptions and Options…
Browse files Browse the repository at this point in the history
…ResolverInterface (peterrehm)

This PR was merged into the 3.0-dev branch.

Discussion
----------

[Form] Remove deprecated setDefaultOptions and OptionsResolverInterface

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | yes
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | symfony/symfony-docs#4786
| Related        | #12891

Commits
-------

9b9158b Remove the deprecated OptionsResolverInterface
6026781 Removed deprecated setDefaultOptions methods
  • Loading branch information
fabpot committed Feb 5, 2015
2 parents d7708f8 + 785c99f commit b027f2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 215 deletions.
2 changes: 1 addition & 1 deletion OptionsResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* @author Bernhard Schussek <bschussek@gmail.com>
* @author Tobias Schultze <http://tobion.de>
*/
class OptionsResolver implements Options, OptionsResolverInterface
class OptionsResolver implements Options
{
/**
* The fully qualified name of the {@link Options} interface.
Expand Down
214 changes: 0 additions & 214 deletions OptionsResolverInterface.php

This file was deleted.

0 comments on commit b027f2b

Please sign in to comment.