We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53f9fce + f6fa94c commit 875c2fdCopy full SHA for 875c2fd
tests/Support/Factory/FactoryMockTrait.php
@@ -11,7 +11,7 @@ trait FactoryMockTrait
11
{
12
use GeneratorMockTrait, MockTrait;
13
14
- public function mockFactoryGenerator(...$functionCalls): void
+ public function mockFactoryGenerator(array ...$functionCalls): void
15
16
$this->mockClass(FactoryGenerator::class, $functionCalls);
17
}
0 commit comments