Mercurial > hg > cmmr2012-drupal-site
comparison vendor/squizlabs/php_codesniffer/src/Fixer.php @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | a9cd425dd02b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
636 /** | 636 /** |
637 * Replace the content of a token with a part of its current content. | 637 * Replace the content of a token with a part of its current content. |
638 * | 638 * |
639 * @param int $stackPtr The position of the token in the token stack. | 639 * @param int $stackPtr The position of the token in the token stack. |
640 * @param int $start The first character to keep. | 640 * @param int $start The first character to keep. |
641 * @param int $length The number of chacters to keep. If NULL, the content of | 641 * @param int $length The number of characters to keep. If NULL, the content of |
642 * the token from $start to the end of the content is kept. | 642 * the token from $start to the end of the content is kept. |
643 * | 643 * |
644 * @return bool If the change was accepted. | 644 * @return bool If the change was accepted. |
645 */ | 645 */ |
646 public function substrToken($stackPtr, $start, $length=null) | 646 public function substrToken($stackPtr, $start, $length=null) |