@group DCOM-41
public function testAnnotationDoesntThrowExceptionWhenAtSignIsNotFollowedByIdentifier() { $parser = new DocParser(); $result = $parser ->parse("'@'"); $this ->assertEquals(0, count($result)); }