Home
last modified time | relevance | path

Searched refs:addContentBefore (Results 26 – 32 of 32) sorted by path

12

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/
H A DSwitchDeclarationSniff.php128 $phpcsFile->fixer->addContentBefore($nextCase, $padding);
185 $phpcsFile->fixer->addContentBefore($nextBreak, $padding);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/
H A DFunctionDeclarationArgumentSpacingSniff.php152 $phpcsFile->fixer->addContentBefore($nextToken, $padding);
407 $phpcsFile->fixer->addContentBefore($closeBracket, $padding);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DEmbeddedPhpSniff.php177 $phpcsFile->fixer->addContentBefore($firstContent, $padding);
201 … $phpcsFile->fixer->addContentBefore($stackPtr, $phpcsFile->eolChar.str_repeat(' ', $padding));
251 …$phpcsFile->fixer->addContentBefore($closingTag, str_repeat(' ', ($tokens[$first]['column'] - 1)));
395 $phpcsFile->fixer->addContentBefore($closeTag, ' ');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DFunctionSpacingSniff.php121 … $phpcsFile->fixer->addContentBefore($i, str_repeat($phpcsFile->eolChar, $this->spacing));
H A DLogicalOperatorSpacingSniff.php74 $phpcsFile->fixer->addContentBefore($stackPtr, ' ');
H A DOperatorSpacingSniff.php136 $phpcsFile->fixer->addContentBefore($stackPtr, ' ');
247 $phpcsFile->fixer->addContentBefore($stackPtr, ' ');
H A DScopeClosingBraceSniff.php104 $phpcsFile->fixer->addContentBefore($lineStart, str_repeat(' ', $diff));

12