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

Commit e94c459

Browse files
committed
Ran 'make cs'.
1 parent 55370c9 commit e94c459

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/ConnectionTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ function ($message) use ($contentLen) {
163163

164164
/**
165165
* Test setting a timeout on the stream
166-
*
166+
*
167167
* @return void
168168
*/
169169
public function testSetStreamTimeout()
@@ -173,7 +173,7 @@ public function testSetStreamTimeout()
173173
$this->c->request(
174174
"nonexistantsubject",
175175
"test",
176-
function($message) {
176+
function ($message) {
177177
$this->fail("should never have gotten here");
178178
}
179179
);

0 commit comments

Comments
 (0)