Skip to content

Commit 00eb53e

Browse files
committed
wip
1 parent c13d807 commit 00eb53e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Tempest/Framework/Testing/ModelFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function times(int|array $items): ModelFactoryCollection
3333
/**
3434
* Set up values that should be used for specific fields when creating a model instance
3535
*
36-
* @var mixed ...$fields If another instance of a ModelFactory is passed, it will be used to create the value for that property.
36+
* @param mixed ...$fields If another instance of a ModelFactory is passed, it will be used to create the value for that property.
3737
*
3838
* @return self<TModelClass>
3939
*/

0 commit comments

Comments
 (0)