Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit bf11774

Browse files
committed
lint source code
1 parent 7c33f61 commit bf11774

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/Encoders/PHPEncoderTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ function ($res) {
5050
$this->c->request(
5151
'sayhello',
5252
[
53-
'foo',
54-
'McFly',
53+
'foo',
54+
'McFly',
5555
],
5656
function ($res) {
5757
$this->assertEquals('Hello, McFly !!!', $res->getBody());

0 commit comments

Comments
 (0)