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

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

CallableStub.php @upstream/0.4.15raw · history · blame

<?php

namespace React\Tests\Dns;

class CallableStub
{
    public function __invoke()
    {
    }
}