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

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

CallableStub.php @debian/latestraw · history · blame

<?php

namespace React\Tests\Dns;

class CallableStub
{
    public function __invoke()
    {
    }
}