Codebase list reactphp-dns / scrub-obsolete/main tests / CallableStub.php
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

CallableStub.php @scrub-obsolete/mainraw · history · blame

<?php

namespace React\Tests\Dns;

class CallableStub
{
    public function __invoke()
    {
    }
}