Skip to content

Commit 7cb933f

Browse files
committed
style: fix style
1 parent 66d3d58 commit 7cb933f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tests/Qiniu/Tests/CdnManagerTest.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,11 @@ public function testCreateTimestampAntiLeechUrl()
133133
$this->assertEquals($response->statusCode, 200);
134134
$this->assertNull($response->error);
135135

136-
$signUrl = $this->cdnManager->createTimestampAntiLeechUrl($this->refreshUrl . '?qiniu', $this->encryptKey,
137-
3600);
136+
$signUrl = $this->cdnManager->createTimestampAntiLeechUrl(
137+
$this->refreshUrl . '?qiniu',
138+
$this->encryptKey,
139+
3600
140+
);
138141
$response = Client::get($signUrl);
139142
$this->assertEquals($response->statusCode, 200);
140143
$this->assertNull($response->error);

0 commit comments

Comments
 (0)