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.
1 parent ac50f89 commit 6cf5ca9Copy full SHA for 6cf5ca9
tests/Support/Traits/InitCommandMockTrait.php
@@ -43,7 +43,7 @@ public function mockFileGetContent(array ...$rawCallChain): void
43
name: 'file_get_contents',
44
arguments: array_merge(
45
$call['arguments'],
46
- ['optionalParameter', 'optionalParameter', 'optionalParameter', 'optionalParameter'],
+ array_fill(0, 4, 'optionalParameter'),
47
),
48
result: $call['result'],
49
), $rawCallChain);
0 commit comments