CallableStub.php 109 Bytes
<?php

namespace React\Tests\Socket\Stub;

class CallableStub
{
    public function __invoke()
    {
    }
}