Completed
Pull Request — master (#72)
by
unknown
02:03
created
src/Resource/Account.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -439,9 +439,9 @@
 block discarded – undo
439 439
      */
440 440
     public function setLastName($lastname)
441 441
     {
442
-    	$this->data->person->lastName = $lastname;
442
+        $this->data->person->lastName = $lastname;
443 443
     
444
-    	return $this;
444
+        return $this;
445 445
     }
446 446
 
447 447
     /**
Please login to merge, or discard this patch.