Home
last modified time | relevance | path

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

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
DBlockCommentSniff.php129 $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 …]
DFunctionCommentSniff.php282 $commentLines = array();
307 $commentLines[] = array(
328 $commentLines[] = array(
338 $commentLines[] = array('comment' => '');
354 'commentLines' => $commentLines,
/plugin/captcha/
Dfiglet.php51 public $commentLines; variable in phpFiglet
74 $this->commentLines = $hp[5] + 1;
96 $start = $this->commentLines + ($asciValue - 32) * $this->height;