Skip to content

Instantly share code, notes, and snippets.

@karakanb
Last active December 24, 2020 14:31
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 karakanb/f325d95a92ca7fcda395d5849268d3cc to your computer and use it in GitHub Desktop.
Save karakanb/f325d95a92ca7fcda395d5849268d3cc to your computer and use it in GitHub Desktop.
class Person {
public string $firstName;
public string $lastName;
public int $age;
public ?string $job;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment