Skip to content

Commit 0d52cb6

Browse files
committed
Remove Error display at MethodTag
1 parent 2281569 commit 0d52cb6

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)