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 5023f95 commit 4efe199Copy full SHA for 4efe199
src/JsonSchema/Entity/ErrorBag.php
@@ -77,7 +77,7 @@ public function addError(ConstraintError $constraint, ?JsonPointer $path = null,
77
throw new ValidationException(sprintf('Error validating %s: %s', $error['pointer'], $error['message']));
78
}
79
$this->errors[] = $error;
80
- /** @see https://github.com/phpstan/phpstan/issues/9384 */
+ /* @see https://github.com/phpstan/phpstan/issues/9384 */
81
$this->errorMask |= $error['context']; // @phpstan-ignore assign.propertyType
82
83
0 commit comments