File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Kreta/SimpleApiDocBundle/Parser Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616use Symfony \Component \Validator \Constraint ;
1717use Symfony \Component \Validator \Constraints \Count ;
1818use Symfony \Component \Validator \Constraints \Length ;
19- use Symfony \Component \Validator \MetadataFactoryInterface ;
20- use Symfony \Component \Validator \ValidatorInterface ;
19+ use Symfony \Component \Validator \Mapping \ Factory \ MetadataFactoryInterface ;
20+ use Symfony \Component \Validator \Validator \ ValidatorInterface ;
2121
2222/**
2323 * Validation parser class.
@@ -29,7 +29,7 @@ class ValidationParser extends BaseValidationParser
2929 /**
3030 * The Symfony validator component.
3131 *
32- * @var \Symfony\Component\Validator\ValidatorInterface
32+ * @var \Symfony\Component\Validator\Validator\ ValidatorInterface
3333 */
3434 protected $ validator ;
3535
You can’t perform that action at this time.
0 commit comments