Ripcord icon indicating copy to clipboard operation
Ripcord copied to clipboard

default server does not work - documentor building is ko

Open gggeek opened this issue 10 months ago • 0 comments

I had to implement this:

$documentor = new \Ripcord\Documentator\Documentor(null, new \Ripcord\Documentator\Parsers\PhpDoc());
$ripcordServer = Ripcord::server($myServer, null, $documentor);
$ripcordServer->run();

when all I wanted is this:

$ripcordServer = Ripcord::server($myServer);
$ripcordServer->run();

gggeek avatar Apr 23 '24 12:04 gggeek