Last active
September 21, 2019 22:22
-
-
Save Chemaclass/e22a18da434bbc4ea5018991dc1aaa2f to your computer and use it in GitHub Desktop.
docu - Typed properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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