Skip to content

Commit 95e0f86

Browse files
authored
Format code (#6994)
1 parent c6565a5 commit 95e0f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SenderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function testSenderResult()
6262
],
6363
]);
6464
$sender = new Sender($container);
65-
$sender->setResponse(1, new class() {
65+
$sender->setResponse(1, new class {
6666
public function push($data)
6767
{
6868
return true;

0 commit comments

Comments
 (0)