Passed
Push — master ( 6348d2...e389d8 )
by Ross
02:39
created
src/Factories/Responses/Results/OwnerFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
      */
56 56
     public function create(\stdClass $data): Owner
57 57
     {
58
-        $owner =  new Owner($this->hydrator, $data);
58
+        $owner = new Owner($this->hydrator, $data);
59 59
         foreach (['id', 'email', 'owner_type'] as $property) {
60 60
             $this->hydrator->setProperty($owner, $data, $property);
61 61
         }
Please login to merge, or discard this patch.