Completed
Push — master ( c42001...1bb9e8 )
by arto
04:45
created
source/Service/Content/Fetcher/HttpFetcher.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
      */
53 53
     public function setUrl($url)
54 54
     {
55
-        $this->url  = $url;
55
+        $this->url = $url;
56 56
     }
57 57
 
58 58
 
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
                     self::STATUS_CODE_HIGHER_THAN_ALLOWED_EXCEPTION_MESSAGE,
83 83
                     $response->statusCode(),
84 84
                     $highestAllowedStatusCode,
85
-                    implode(', ' , $response->convertIntoAnArray())
85
+                    implode(', ', $response->convertIntoAnArray())
86 86
                 )
87 87
             );
88 88
         }
Please login to merge, or discard this patch.