File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/JsonSchema/Constraints Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
33namespace Nicofuma \SwaggerBundle \JsonSchema \Constraints ;
44
5- use JsonSchema \Constraints \Factory ;
5+ use JsonSchema \Constraints \Factory as BaseFactory ;
66use JsonSchema \Constraints \FormatConstraint as FormatConstraintBase ;
77use JsonSchema \Uri \UriRetriever ;
88use Nicofuma \SwaggerBundle \Exception \FormatConstraintException ;
@@ -13,7 +13,7 @@ class FormatConstraint extends FormatConstraintBase
1313 /** @var FormatValidatorInterface[] */
1414 private $ formatMap = [];
1515
16- public function __construct ($ checkMode , UriRetriever $ uriRetriever , Factory $ factory )
16+ public function __construct ($ checkMode , UriRetriever $ uriRetriever , BaseFactory $ factory )
1717 {
1818 parent ::__construct ($ checkMode , $ uriRetriever , $ factory );
1919
You can’t perform that action at this time.
0 commit comments