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 94fc363 commit c5c3502Copy full SHA for c5c3502
src/Framework/MockObject/Runtime/Rule/Parameters.php
@@ -117,8 +117,7 @@ private function doVerify(): bool
117
$parameter->evaluate(
118
$other,
119
sprintf(
120
- 'Parameter %s for invocation %s does not match expected ' .
121
- 'value.',
+ 'Parameter %s for invocation %s does not match expected value.',
122
$i,
123
$this->invocation->toString(),
124
),
0 commit comments