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 37f5090 commit ce57e54Copy full SHA for ce57e54
src/phpDocumentor/Reflection/DocBlock/LongDescription.php
@@ -58,7 +58,7 @@ public function getParsedContents()
58
{
59
if (null === $this->parsedContents) {
60
$this->parsedContents = preg_split(
61
- '/\{(\@.*)\}/uS', $this->contents,
+ '/\{(\@.*?)\}/uS', $this->contents,
62
null, PREG_SPLIT_DELIM_CAPTURE
63
);
64
for ($i=1, $l = count($this->parsedContents); $i<$l; $i += 2) {
0 commit comments