Skip to content

Instantly share code, notes, and snippets.

@vanbrabantf
Created April 2, 2021 14:16
Show Gist options
  • Select an option

  • Save vanbrabantf/a9d59429c636c13e50a0be558005bfda to your computer and use it in GitHub Desktop.

Select an option

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