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

AnInterfaceWithReturnType.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: 150857d3819c63a8b0c5ce96641eaa217e7d1cf0 (plain)
1
2
3
4
5
<?php
interface AnInterfaceWithReturnType
{
    public function returnAnArray(): array;
}