laravel-api-explorer icon indicating copy to clipboard operation
laravel-api-explorer copied to clipboard

[bug] Description matching regex fails if method description is a single word

Open phiter opened this issue 5 years ago • 0 comments
trafficstars

If the method description in the controller has a single word and no space afterwards, the regex is picking up the contents of the next line too.

Example:

image

image

If I have two or more words it works:

image

image

phiter avatar Dec 12 '19 13:12 phiter