Skip to content

Instantly share code, notes, and snippets.

@Chemaclass
Last active September 21, 2019 22:22
Show Gist options
  • Save Chemaclass/e22a18da434bbc4ea5018991dc1aaa2f to your computer and use it in GitHub Desktop.
Save Chemaclass/e22a18da434bbc4ea5018991dc1aaa2f to your computer and use it in GitHub Desktop.
docu - Typed properties
<?php
class User {
public int $id;
public string $name;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment