We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f482c7 commit fb948e8Copy full SHA for fb948e8
src/DocBlockFactory.php
@@ -166,7 +166,7 @@ private function splitDocBlock(string $comment)
166
[^\n.]+
167
(?:
168
(?! \. \n | \n{2} ) # End summary upon a dot followed by newline or two newlines
169
- [\n.] (?! [ \t]* @\pL ) # End summary when an @ is found as first character on a new line
+ [\n.]* (?! [ \t]* @\pL ) # End summary when an @ is found as first character on a new line
170
[^\n.]+ # Include anything else
171
)*
172
\.?
0 commit comments