Passed
Push — master ( fbe189...de0f24 )
by Laurent
02:19
created
src/Service/ContactService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,6 +32,6 @@
 block discarded – undo
32 32
      */
33 33
     public function create(Contact $contact)
34 34
     {
35
-        return new ContactId((int)$this->post($this->serialize($contact)));
35
+        return new ContactId((int) $this->post($this->serialize($contact)));
36 36
     }
37 37
 }
Please login to merge, or discard this patch.