Skip to content

Commit 875c2fd

Browse files
committed
Merge remote-tracking branch 'origin/49-add-factory-tests' into 49-add-factory-tests
2 parents 53f9fce + f6fa94c commit 875c2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Support/Factory/FactoryMockTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ trait FactoryMockTrait
1111
{
1212
use GeneratorMockTrait, MockTrait;
1313

14-
public function mockFactoryGenerator(...$functionCalls): void
14+
public function mockFactoryGenerator(array ...$functionCalls): void
1515
{
1616
$this->mockClass(FactoryGenerator::class, $functionCalls);
1717
}

0 commit comments

Comments
 (0)