Codebase list reactphp-dns / upstream/latest tests / CallableStub.php
upstream/latest

Tree @upstream/latest (Download .tar.gz)

CallableStub.php @upstream/latestraw · history · blame

<?php

namespace React\Tests\Dns;

class CallableStub
{
    public function __invoke()
    {
    }
}