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
nginx
sonarr
radarr
plex
organizr
dashboard
nzbget
bookmark
application-dashboard
muximux
landingpage
startpage
landing
htpc
server
homepage
sabnzbd
heimdall
emby
couchpotato
773
Commits
21
Branches
50
Tags
18 MiB
PHP
51.4%
JavaScript
16.2%
CSS
12.7%
Blade
11.4%
SCSS
8.1%
Tree:
27a667675a
Heimdall
/
vendor
/
phpunit
/
phpunit-mock-objects
/
tests
/
_fixture
/
StringableClass.php
8 lines
101 B
Raw
Blame
History
<
?
php
class
StringableClass
{
public
function
__toString
()
{
return
'12345'
;
}
}
Reference in new issue