protected property Drupal_CommentParser_ReturnElement::$value in Coder 7.2
The value of the tag.
Type: string
File
- coder_sniffer/
Drupal/ CommentParser/ ReturnElement.php, line 34
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 $value = '';