Skip to content

Commit 60756e3

Browse files
committed
test: test if problem matcher works
1 parent d6dec66 commit 60756e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonSchema/Constraints/Factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class Factory
7878
*/
7979
public function __construct(
8080
?SchemaStorageInterface $schemaStorage = null,
81-
?UriRetrieverInterface $uriRetriever = null,
81+
UriRetrieverInterface $uriRetriever = null,
8282
int $checkMode = Constraint::CHECK_MODE_NORMAL
8383
) {
8484
// set provided config options

0 commit comments

Comments
 (0)