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

ClassWithStaticMethod.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: 0c13c120fae6acb791808c7daf0d4fd6b1ff6220 (plain)
1
2
3
4
5
6
7
<?php
class ClassWithStaticMethod
{
    public static function staticMethod()
    {
    }
}