Codebase list reactphp-dns / e85010f3-dab1-4c79-9089-29afb4c2ad90/main tests / CallableStub.php
e85010f3-dab1-4c79-9089-29afb4c2ad90/main

Tree @e85010f3-dab1-4c79-9089-29afb4c2ad90/main (Download .tar.gz)

CallableStub.php @e85010f3-dab1-4c79-9089-29afb4c2ad90/mainraw · history · blame

<?php

namespace React\Tests\Dns;

class CallableStub
{
    public function __invoke()
    {
    }
}