Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a25b10b

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /