This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
topaLE
/
Heimdall
Watch
1
Star
0
Fork
0
Code
Issues
163
Pull Requests
18
Projects
Releases
47
Wiki
Activity
organizr
nginx
sonarr
radarr
plex
dashboard
couchpotato
nzbget
bookmark
application-dashboard
muximux
landingpage
startpage
landing
htpc
server
homepage
sabnzbd
heimdall
emby
773
Commits
21
Branches
50
Tags
18 MiB
Tree:
27a667675a
Heimdall
/
vendor
/
phpunit
/
phpunit-mock-objects
/
tests
/
_fixture
/
ClassWithStaticMethod.php
8 lines
92 B
Raw
Normal View
History
Add vendor and .env to make usable
7 years ago
<?php
class ClassWithStaticMethod
{
public static function staticMethod()
{
}
}