Remove &$this usage
authorSubin Siby <subins2000@gmail.com>
Thu, 22 Dec 2016 10:31:10 +0000 (16:01 +0530)
committerSubin Siby <subins2000@gmail.com>
Fri, 23 Dec 2016 10:24:03 +0000 (15:54 +0530)
commit2792221354762f613d39e75777f8c1cf776a6df8
treec5e26468bb41fda60bef6ed0eaab070ee1bf6e96
parentb6d4bf303021e8a10c3478d0b882c21dd7b08412
Remove &$this usage

Replaced &$this to avoid PHP 7.1 warning of passing $this by reference

Bug: T153505
Change-Id: I3e9bc59dc8cefac0108482afeb9cc9a274e2e54b
includes/user/User.php