Skip to content

Commit 613a964

Browse files
authored
Minor style fix
1 parent 6454ca4 commit 613a964

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/RestMultiClientTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ function curl_getinfo($curl) {
6666
}
6767
}
6868

69-
class RestMultiClientTest extends TestCase{
69+
class RestMultiClientTest extends TestCase
70+
{
7071
public static $curlMultiInitResponse = null;
7172

7273
public static $curlMultiExecResponse = null;
@@ -298,4 +299,4 @@ public function testHead() {
298299
$this->assertInstanceOf(CurlMultiHttpResponse::class, $response);
299300
$this->assertAttributeEquals(null, 'curlMultiHandle', $this->client);
300301
}
301-
}
302+
}

0 commit comments

Comments
 (0)