Skip to content

Commit f0d91fd

Browse files
committed
style: correct code style violation
1 parent b04b207 commit f0d91fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonSchema/Constraints/CollectionConstraint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function check(&$value, $schema = null, ?JsonPointer $path = null, $i = n
5050
}
5151
}
5252

53-
$this->validateItems($value, $schema, $path, $i);
53+
$this->validateItems($value, $schema, $path, $i);
5454
}
5555

5656
/**

0 commit comments

Comments
 (0)