laravel-api-explorer
laravel-api-explorer copied to clipboard
[bug] Description matching regex fails if method description is a single word
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:


If I have two or more words it works:

