Codebase list reactphp-dns / fa6627ef-dc7c-4ffd-b81d-bfc8db1d8ebc/main tests / CallableStub.php
fa6627ef-dc7c-4ffd-b81d-bfc8db1d8ebc/main

Tree @fa6627ef-dc7c-4ffd-b81d-bfc8db1d8ebc/main (Download .tar.gz)

CallableStub.php @fa6627ef-dc7c-4ffd-b81d-bfc8db1d8ebc/mainraw · history · blame

<?php

namespace React\Tests\Dns;

class CallableStub
{
    public function __invoke()
    {
    }
}