7 calls to Fixer::replaceToken()
- Fixer::addContent in vendor/
squizlabs/ php_codesniffer/ src/ Fixer.php - Adds content to the end of a token's current content.
- Fixer::addContentBefore in vendor/
squizlabs/ php_codesniffer/ src/ Fixer.php - Adds content to the start of a token's current content.
- Fixer::addNewline in vendor/
squizlabs/ php_codesniffer/ src/ Fixer.php - Adds a newline to end of a token's content.
- Fixer::addNewlineBefore in vendor/
squizlabs/ php_codesniffer/ src/ Fixer.php - Adds a newline to the start of a token's content.
- Fixer::changeCodeBlockIndent in vendor/
squizlabs/ php_codesniffer/ src/ Fixer.php - Adjust the indent of a code block.
- Fixer::endChangeset in vendor/
squizlabs/ php_codesniffer/ src/ Fixer.php - Stop recording actions for a changeset, and apply logged changes.
- Fixer::substrToken in vendor/
squizlabs/ php_codesniffer/ src/ Fixer.php - Replace the content of a token with a part of its current content.