Skip to content

Commit 38743b6

Browse files
committed
Merge pull request #37 from alexkn/fix-error-display
Remove Error display at MethodTag
2 parents 2281569 + 0d52cb6 commit 38743b6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/phpDocumentor/Reflection/DocBlock/Tag/MethodTag.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,6 @@ public function setContent($content)
114114
}
115115
}
116116
$this->parsedDescription = null;
117-
} else {
118-
echo date('c') . ' ERR (3): @method contained invalid contents: '
119-
. $this->content . PHP_EOL;
120117
}
121118

122119
return $this;

0 commit comments

Comments
 (0)