Codebase list reactphp-dns / d7623977-4263-42d3-a270-c8603551687a/main tests / CallableStub.php
d7623977-4263-42d3-a270-c8603551687a/main

Tree @d7623977-4263-42d3-a270-c8603551687a/main (Download .tar.gz)

CallableStub.php @d7623977-4263-42d3-a270-c8603551687a/mainraw · history · blame

<?php

namespace React\Tests\Dns;

class CallableStub
{
    public function __invoke()
    {
    }
}