Skip to content

Instantly share code, notes, and snippets.

@Chemaclass
Created September 21, 2019 22:38
Show Gist options
  • Save Chemaclass/03ce4a546cbbcb3d62a1af0971287f49 to your computer and use it in GitHub Desktop.
Save Chemaclass/03ce4a546cbbcb3d62a1af0971287f49 to your computer and use it in GitHub Desktop.
Docu - New object type
<?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