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 11
11
12
12
namespace Symfony \Component \Validator \Mapping \Factory ;
13
13
14
- use Symfony \Component \Validator \Exception ;
14
+ use Symfony \Component \Validator \Exception \NoSuchMetadataException ;
15
+ use Symfony \Component \Validator \Mapping \MetadataInterface ;
15
16
16
17
/**
17
18
* Returns {@link \Symfony\Component\Validator\Mapping\MetadataInterface} instances for values.
@@ -29,7 +30,7 @@ interface MetadataFactoryInterface
29
30
*
30
31
* @return MetadataInterface The metadata for the value
31
32
*
32
- * @throws Exception\ NoSuchMetadataException If no metadata exists for the given value
33
+ * @throws NoSuchMetadataException If no metadata exists for the given value
33
34
*/
34
35
public function getMetadataFor ($ value );
35
36
You can’t perform that action at this time.
0 commit comments