mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-07 07:23:58 +09:00
Add vendor and .env to make usable
This commit is contained in:
5
vendor/phpunit/phpunit-mock-objects/tests/_fixture/InterfaceWithStaticMethod.php
vendored
Normal file
5
vendor/phpunit/phpunit-mock-objects/tests/_fixture/InterfaceWithStaticMethod.php
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
interface InterfaceWithStaticMethod
|
||||
{
|
||||
public static function staticMethod();
|
||||
}
|
||||
Reference in New Issue
Block a user