Last active
March 15, 2018 09:33
-
-
Save biji/945269d2c767974b307001aa6c7e5144 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
function getUser(): User | |
{ | |
//... | |
} | |
$a = getUser(); | |
$a-> // PRESS CTRL-SPACE TO AUTO COMPLETE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment