Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <?php
  2.  
  3. /**
  4. * @use Foo\Bar
  5. */
  6. class Foo
  7. {
  8. public function bar()
  9. {
  10. $bar = new Bar();
  11. $bar -> foo();
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement