Skip to content

Commit c5c3502

Browse files
Simplify
1 parent 94fc363 commit c5c3502

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Framework/MockObject/Runtime/Rule/Parameters.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ private function doVerify(): bool
117117
$parameter->evaluate(
118118
$other,
119119
sprintf(
120-
'Parameter %s for invocation %s does not match expected ' .
121-
'value.',
120+
'Parameter %s for invocation %s does not match expected value.',
122121
$i,
123122
$this->invocation->toString(),
124123
),

0 commit comments

Comments
 (0)