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
/
InterfaceWit...
InterfaceWithStaticMethod.php
89B
History
Raw
1
2
3
4
5
6
<?php
interface InterfaceWithStaticMethod
{
public static function staticMethod();
}