Skip to content

Instantly share code, notes, and snippets.

@mniewrzal
Created October 31, 2015 13:18
Show Gist options
  • Save mniewrzal/a0d05c58bb0eb06b8f58 to your computer and use it in GitHub Desktop.
Save mniewrzal/a0d05c58bb0eb06b8f58 to your computer and use it in GitHub Desktop.
<?php
class Foo {
function bar($param) {
}
}
(new Foo ())->|;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment