We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6537cca commit 4490b03Copy full SHA for 4490b03
src/JsonSchema/Constraints/Factory.php
@@ -51,7 +51,10 @@ class Factory
51
*/
52
protected $errorContext = Validator::ERROR_DOCUMENT_VALIDATION;
53
54
- /** @var string */
+ /**
55
+ * The default dialect used for strict mode (Constraint::CHECK_MODE_STRICT) when the schema is without a schema property
56
+ * @var string
57
+ */
58
private $defaultDialect = DraftIdentifiers::DRAFT_6;
59
60
/**
0 commit comments