RaggettWrapper: Don't use ReplacementArray
authorKevin Israel <pleasestand@live.com>
Thu, 21 Jul 2016 12:51:39 +0000 (08:51 -0400)
committerKevin Israel <pleasestand@live.com>
Tue, 27 Dec 2016 11:13:38 +0000 (06:13 -0500)
commit33f4112a4b9b8c2fa8f5ab6e5e7e54fca91f054f
tree84885b8fd5ac8d7edfc7f50a410e9eb32473e52b
parent2c4a6cc7e0a8dc393633d098e0863397da325f3a
RaggettWrapper: Don't use ReplacementArray

Instead, build the array and call strtr() directly.

Also did some other minor cleanup, such as making replaceCallback()
private now that we require at least PHP 5.5, and changing &$this
to $this.

Change-Id: If885df06710c76fdb35d3c7de78df7436ccb7abf
includes/tidy/RaggettWrapper.php