Consistently name the $this callback variable "$that"
authorTimo Tijhof <krinklemail@gmail.com>
Sat, 25 Apr 2015 03:27:13 +0000 (04:27 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Wed, 13 May 2015 22:05:07 +0000 (23:05 +0100)
commit19bff2537ed3344a763300f51d713b8e2e3a362c
tree02ff53a3c304ab8764c7f614e7af146ef9789fdd
parent839daddd0df99d74d175585c3a2f3357dd5207e8
Consistently name the $this callback variable "$that"

Most are already, but some had differnet names. In PHP 5.4+ this is
redundant as they inherit automatically, but we need these for PHP 5.3
compatibility. Settle on "$that" to make these easier to find.

Change-Id: I0b68b2c550fde9c2da53d844421e34b8df0c42ed
includes/filebackend/SwiftFileBackend.php
includes/filerepo/LocalRepo.php
includes/filerepo/file/LocalFile.php
includes/specials/SpecialContributions.php
includes/specials/SpecialDeletedContributions.php
tests/phpunit/includes/libs/ArrayUtilsTest.php
tests/phpunit/includes/site/CachingSiteStoreTest.php
tests/phpunit/includes/site/SiteImporterTest.php