Welcome to mirror list, hosted at ThFree Co, Russian Federation.

InterfaceWithStaticMethod.php « _fixture « tests « phpunit-mock-objects « phpunit « vendor - github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dee5f4fe33c057fadec08131cee3d0c08f15b153 (plain)
1
2
3
4
5
<?php
interface InterfaceWithStaticMethod
{
    public static function staticMethod();
}