This docblock has an extra * in the closing element.

Source

						public function testBadlyClosedDocblock() {
		$info = Inspector::info(__METHOD__ . '()');
		$description = 'This docblock has an extra * in the closing element.';
		$this->assertEqual($description, $info['description']);
		$this->assertEqual('', $info['text']);
	}