protected property Drupal_CommentParser_ReturnElement::$valueWhitespace in Coder 7.2
The whitespace that exists before the value elem.
Type: string
File
- coder_sniffer/
Drupal/ CommentParser/ ReturnElement.php, line 48
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 $valueWhitespace = '';