Created
September 21, 2019 22:38
-
-
Save Chemaclass/03ce4a546cbbcb3d62a1af0971287f49 to your computer and use it in GitHub Desktop.
Docu - New object type
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 | |
function test(object $obj) : object | |
{ | |
return new SplQueue(); | |
} | |
test(new StdClass()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment