Codebase list reactphp-dns / debian/0.4.16-1 tests / CallableStub.php
debian/0.4.16-1

Tree @debian/0.4.16-1 (Download .tar.gz)

CallableStub.php @debian/0.4.16-1raw · history · blame

<?php

namespace React\Tests\Dns;

class CallableStub
{
    public function __invoke()
    {
    }
}