You are here

protected property Drupal_CommentParser_ReturnElement::$comment in Coder 7.2

The comment of the tag.

Type: string

File

coder_sniffer/Drupal/CommentParser/ReturnElement.php, line 41

Class

Drupal_CommentParser_ReturnElement
A class to represent return elements. We need this class because PHP_CodeSniffer_CommentParser_PairElement lacks the getWhitespaceBeforeComment() method.

Code

protected $comment = '';