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

Commit 7cfe59b

Browse files
mlocatiweierophinney
authored andcommitted
FIx coding style
1 parent 8cf3b7c commit 7cfe59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Client/StaticTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ public function testDownloadedFileCanBeDeleted()
513513
}
514514
$url = 'http://www.example.com/';
515515
$outputFile = @tempnam(@sys_get_temp_dir(), 'zht');
516-
if (!is_file($outputFile)) {
516+
if (! is_file($outputFile)) {
517517
$this->markTestSkipped('Failed to create a temporary file');
518518
}
519519
$config = [

0 commit comments

Comments
 (0)