Skip to content

Commit 7dd5d11

Browse files
committed
style: correct code style violations
1 parent e04dba9 commit 7dd5d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonSchema/Entity/ErrorBag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function addError(ConstraintError $constraint, ?JsonPointer $path = null,
7777
throw new ValidationException(sprintf('Error validating %s: %s', $error['pointer'], $error['message']));
7878
}
7979
$this->errors[] = $error;
80-
/** @see https://github.com/phpstan/phpstan/issues/9384 */
80+
/* @see https://github.com/phpstan/phpstan/issues/9384 */
8181
$this->errorMask |= $error['context']; // @phpstan-ignore assign.propertyType
8282
}
8383

0 commit comments

Comments
 (0)