Searched refs:commentLines (Results 1 – 3 of 3) sorted by relevance
129 $commentLines = array($stackPtr);147 $commentLines[] = $nextComment;162 $lastToken = array_pop($commentLines);173 if (count($commentLines) === 1) {213 if (trim($tokens[$commentLines[1]]['content']) === '') {215 $fix = $phpcsFile->addFixableError($error, $commentLines[1], 'HasEmptyLine');217 $phpcsFile->fixer->replaceToken($commentLines[1], '');221 $content = $tokens[$commentLines[1]]['content'];236 … $fix = $phpcsFile->addFixableError($error, $commentLines[1], 'FirstLineIndent', $data);238 if (isset($tokens[$commentLines[1]]['orig_content']) === true[all …]
282 $commentLines = array();307 $commentLines[] = array(328 $commentLines[] = array(338 $commentLines[] = array('comment' => '');354 'commentLines' => $commentLines,
51 public $commentLines; variable in phpFiglet74 $this->commentLines = $hp[5] + 1;96 $start = $this->commentLines + ($asciValue - 32) * $this->height;