Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP PHP Basics Getting to Know PHP PHP Comments

Liridona Arifi
Liridona Arifi
3,610 Points

Hello, I have tried this one and none of them is correct?

I know the correct answer which is asterisk, but it won't accept me as the correct one, did any of you had the same problem?

1 Answer

Daniel Gauthier
Daniel Gauthier
15,000 Points

Hey Liridona,

Tags in a DocBlock begin with an @ (at sign).

The question can be mildly confusing because it asks "Tags in a docblock start with which character?", which can be lead people to think that the asterisk is part of the tag, when it's actually part of the DocBlock.

The actual tag begins with the @ symbol.

Good luck with the course!

Liridona Arifi
Liridona Arifi
3,610 Points

Hi Daniel, Thank you very much for your answer. Yes it was really confusing for me, and your answer helped me understand this. Thanks!