Skip to content

Commit e16f547

Browse files
EdwardBettsbighappyface
authored andcommitted
correct spelling mistake
1 parent 46a0311 commit e16f547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonSchema/Constraints/TypeConstraint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function check(&$value = null, $schema = null, JsonPointer $path = null,
8282
* passed as $isValid is already true.
8383
*
8484
* @param mixed $value Value to validate
85-
* @param array $type TypeConstraints to check agains
85+
* @param array $type TypeConstraints to check against
8686
* @param array $validTypesWording An array of wordings of the valid types of the array $type
8787
* @param bool $isValid The current validation value
8888
* @param $path

0 commit comments

Comments
 (0)