You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was merged into the 2.3 branch.
Discussion
----------
[Validator] Replaced inexistent interface
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | no
| Fixed tickets | #9631
| License | MIT
| Doc PR | -
`ClassMetadataFactoryInterface` was removed in 2.3 (#6096) and replaced with `MetadataFactoryInterface`.
Commits
-------
8fd3256 [Validator] Replaced inexistent interface.
ClassMetadataFactoryInterface does not exist, and is required for:
https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Validator/Mapping/BlackholeMetadataFactory.php#L19
The text was updated successfully, but these errors were encountered: