Remove "$that" from SessionManager
authorBrad Jorsch <bjorsch@wikimedia.org>
Wed, 10 Feb 2016 17:10:38 +0000 (12:10 -0500)
committerBrad Jorsch <bjorsch@wikimedia.org>
Wed, 10 Feb 2016 17:10:38 +0000 (12:10 -0500)
commitcf9fc81e9669b6c016c044de57ad2bdd5113d167
treea4ba9a3fb3de2fdf7fa303a80fd31fdfab4e9b6c
parent283962b59ec3f01f6ab12c7948191ee60c3a9a0d
Remove "$that" from SessionManager

Also "function () use ( &$ref )" that was being done for similar
reasons.

Change-Id: If4ec263a9a9c02c1c6a414b26a0e77ba144437f1
includes/session/SessionBackend.php
tests/phpunit/includes/session/CookieSessionProviderTest.php
tests/phpunit/includes/session/SessionManagerTest.php