mirror of
https://github.com/friendica/friendica
synced 2024-11-10 13:02:54 +00:00
Code standard
This commit is contained in:
parent
b2e7ce47b3
commit
9711581d49
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class CurlResult
|
|||
*/
|
||||
public static function createErrorCurl($url = '')
|
||||
{
|
||||
return new CurlResult($url,'', [ 'http_code' => 0 ]);
|
||||
return new CurlResult($url, '', ['http_code' => 0]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue