Codebase list reactphp-dns / 24b821c4-1609-4c20-aa14-f3411329d7d9/main tests / CallableStub.php
24b821c4-1609-4c20-aa14-f3411329d7d9/main

Tree @24b821c4-1609-4c20-aa14-f3411329d7d9/main (Download .tar.gz)

CallableStub.php @24b821c4-1609-4c20-aa14-f3411329d7d9/mainraw · history · blame

<?php

namespace React\Tests\Dns;

class CallableStub
{
    public function __invoke()
    {
    }
}