How is annotation useful in PHP? and I don\'t mean PHPDoc generically.
I just want a real-world example or something, I guess.
So, according to @Max\'s
phpDocumentor and modern IDEs use annotations to determine method parameter types (@param), return values (@return) and so on.
PhpUnit Testing use annotation to group tests, define dependencies.