Your IP : 216.73.216.95


Current Path : /var/www/storage/vendor/react/promise/tests/Stub/
Upload File :
Current File : /var/www/storage/vendor/react/promise/tests/Stub/CallableStub.php

<?php

namespace React\Promise\Stub;

class CallableStub
{
    public function __invoke()
    {
    }
}