Skip to content

Commit 1d45088

Browse files
committed
reformat code
1 parent 21e9ca9 commit 1d45088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Validation/Validator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Validator
4040
* @param array $document
4141
* @return void
4242
*/
43-
public function validate(Schema $schema, array $document) : void
43+
public function validate(Schema $schema, array $document): void
4444
{
4545
// create validation context
4646
$validationContext = new ValidationContext($schema, $document);

0 commit comments

Comments
 (0)