Passed
Branch master (010c2d)
by Ross
02:40
created
Category
src/Exceptions/CloudFlareException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     public function setDetails(\stdClass $details, string $call)
33 33
     {
34 34
         $errorDetail = $this->collectionErrors($details);
35
-        $message = "There was an error making the $call:" . \PHP_EOL . $errorDetail;
35
+        $message = "There was an error making the $call:".\PHP_EOL.$errorDetail;
36 36
         $this->message = $message;
37 37
     }
38 38
 
Please login to merge, or discard this patch.