Please enable JavaScript in your browser!
Home
Explore
Help
Register
Sign In
sunlight
/
menu
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Commits
88
Releases
0
Wiki
菜谱项目
Tree:
c4f5164bbc
Branches
Tags
master
menu
/
vendor
/
phpunit
/
phpunit-mock...
/
tests
/
_fixture
/
Foo.php
Foo.php
114B
History
Raw
1
2
3
4
5
6
7
8
9
<?php
class Foo
{
public function doSomething(Bar $bar)
{
return $bar->doSomethingElse();
}
}