Home
last modified time | relevance | path

Searched refs:_collectWhitespace (Results 1 – 1 of 1) sorted by relevance

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DComment.php109 $space = $this->_collectWhitespace($string, $char, $numChars);
193 $space = $this->_collectWhitespace($string, $start, $end);
217 $space = $this->_collectWhitespace($string, $start, $end);
261 private function _collectWhitespace($string, $start, $end) function in PHP_CodeSniffer_Tokenizers_Comment