Completed
Push — master ( 582eeb...234de9 )
by Massimiliano
03:05
created
lib/Exception/UnknownErrorResponseException.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,8 +26,8 @@
 block discarded – undo
26 26
 
27 27
     public function __toString()
28 28
     {
29
-        return '[' . get_class($this) . '] ' . $this->message . "\n" .
30
-            'Response: ' . "\n" .
29
+        return '['.get_class($this).'] '.$this->message."\n".
30
+            'Response: '."\n".
31 31
             $this->response
32 32
         ;
33 33
     }
Please login to merge, or discard this patch.