Codebase list reactphp-dns / 4cf7ed36-cd6a-4749-9752-0a17b5cec122/main tests / CallableStub.php
4cf7ed36-cd6a-4749-9752-0a17b5cec122/main

Tree @4cf7ed36-cd6a-4749-9752-0a17b5cec122/main (Download .tar.gz)

CallableStub.php @4cf7ed36-cd6a-4749-9752-0a17b5cec122/mainraw · history · blame

<?php

namespace React\Tests\Dns;

class CallableStub
{
    public function __invoke()
    {
    }
}