File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/Symfony/Component/Validator/Mapping/Factory Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Component \Validator \Mapping \Factory ;
1313
14- use Symfony \Component \Validator \Exception ;
14+ use Symfony \Component \Validator \Exception \NoSuchMetadataException ;
15+ use Symfony \Component \Validator \Mapping \MetadataInterface ;
1516
1617/**
1718 * Returns {@link \Symfony\Component\Validator\Mapping\MetadataInterface} instances for values.
@@ -29,7 +30,7 @@ interface MetadataFactoryInterface
2930 *
3031 * @return MetadataInterface The metadata for the value
3132 *
32- * @throws Exception\ NoSuchMetadataException If no metadata exists for the given value
33+ * @throws NoSuchMetadataException If no metadata exists for the given value
3334 */
3435 public function getMetadataFor ($ value );
3536
You can’t perform that action at this time.
0 commit comments