Code standard

This commit is contained in:
Philipp Holzer 2018-10-10 22:51:26 +02:00
parent b2e7ce47b3
commit 9711581d49
No known key found for this signature in database
GPG Key ID: 517BE60E2CE5C8A5
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class CurlResult
*/ */
public static function createErrorCurl($url = '') public static function createErrorCurl($url = '')
{ {
return new CurlResult($url,'', [ 'http_code' => 0 ]); return new CurlResult($url, '', ['http_code' => 0]);
} }
/** /**