grunt-phpdocumentor icon indicating copy to clipboard operation
grunt-phpdocumentor copied to clipboard

Increase maxBuffer size when running phpDocumentor

Open timmd909 opened this issue 9 years ago • 0 comments

This is a band-aid until more control over phpDocumentor's output can be implemented. When processing a large number of files that have a lot of missing documentation, the buffer fills up pretty quickly. This will increase the buffer to 1 MiB, which was enough to handle over 30,000 lines of Argument $XXX is missing from the Docblock of \foobar() and No summary for function \foobar().

timmd909 avatar Oct 07 '16 15:10 timmd909