]> git.mxchange.org Git - friendica.git/commitdiff
Code standard
authorPhilipp Holzer <admin@philipp.info>
Wed, 10 Oct 2018 20:51:26 +0000 (22:51 +0200)
committerPhilipp Holzer <admin@philipp.info>
Wed, 10 Oct 2018 20:51:26 +0000 (22:51 +0200)
src/Network/CurlResult.php

index d100361e229663140e163f6ac58e5af9ec758f92..dc83182a64a4b2cbd212feed64b52a5d3ec440d4 100644 (file)
@@ -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]);
        }
 
        /**