Skip to content

Commit a25b10b

Browse files
committed
CS fix - wrap long lines
1 parent 16e630c commit a25b10b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/MockObjectProxyTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ public function testExpects()
4848

4949
$this->assertSame(
5050
(new MethodName(MockDelegateFunctionBuilder::METHOD))->toString(),
51-
($invocationMocker->getMatcher()->methodNameMatcher ?? $invocationMocker->getMatcher()->getMethodNameMatcher())->toString()
51+
($invocationMocker->getMatcher()->methodNameMatcher
52+
?? $invocationMocker->getMatcher()->getMethodNameMatcher())->toString()
5253
);
5354
}
5455

0 commit comments

Comments
 (0)