Skip to content

Instantly share code, notes, and snippets.

@michael34435
Last active October 26, 2016 02:36
Show Gist options
  • Save michael34435/9499dcb95a25a17f864988ae80f23ced to your computer and use it in GitHub Desktop.
Save michael34435/9499dcb95a25a17f864988ae80f23ced to your computer and use it in GitHub Desktop.
<?php
/**
* @use Foo\Bar
*/
class Foo
{
public function bar()
{
$bar = new Bar();
$bar -> foo();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment