Skip to content

Instantly share code, notes, and snippets.

@biji
Last active March 15, 2018 09:33
Show Gist options
  • Save biji/945269d2c767974b307001aa6c7e5144 to your computer and use it in GitHub Desktop.
Save biji/945269d2c767974b307001aa6c7e5144 to your computer and use it in GitHub Desktop.
<?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