gmarche/vendor/phpunit/phpunit-mock-objects/tests/_fixture/AnInterfaceWithReturnType.php

6 lines
90 B
PHP
Raw Normal View History

2019-10-25 00:13:47 +02:00
<?php
interface AnInterfaceWithReturnType
{
public function returnAnArray(): array;
}