Subversion Repositories qbpwcf-lib(archive)

Rev

Rev 911 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php

namespace React\Tests\Stream;

class CallableStub
{
    public function __invoke()
    {
    }
}