Skip to content

Instantly share code, notes, and snippets.

@vanbrabantf
Created April 2, 2021 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vanbrabantf/a9d59429c636c13e50a0be558005bfda to your computer and use it in GitHub Desktop.
Save vanbrabantf/a9d59429c636c13e50a0be558005bfda to your computer and use it in GitHub Desktop.
<?php
public function setFirstName(string $firstName): CustomerName
{
return new self($firstName, $this->lastName());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment