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

AnotherInterface.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: 62bff0a28000086b9cabc5d41171c4e51b500f30 (plain)
1
2
3
4
5
<?php
interface AnotherInterface
{
    public function doSomethingElse();
}