Mandatory method comment.
The highlighted comment below, is known as the "mandatory method comment". It appears after keyword
method (and it's options), but before
any "real" code.
If you don't have this comment, it's considered a parse error. The reasoning behind this "mandatory" comment, is to help enforce well documented code.