Skip to content

Commit

Permalink
php doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed Aug 4, 2022
1 parent 323c19e commit 715d27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MassSchemator.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function generate(iterable $source, array $schema): Generator

/**
* Converts input data array with using schema
* @param array $source iterable source of items to convert every one by schemator
* @param iterable $source iterable source of items to convert every one by schemator
* @param array $schema schema for converting
* @return array array of converted items
* @throws Exceptions\SchematorException
Expand Down

0 comments on commit 715d27b

Please sign in to comment.