DEBSOURCES
Skip Quicknav
sources / php-mockery / 1.6.12-4 / tests / Fixture / PHP83 / Interfaces.php
123456789
<?php namespace Fixture\PHP83; interface Interfaces { const string BAR = Enums::FOO; public function foo(): string; }