Stop doing $that = $this in includes/jobqueue
authorRicordisamoa <ricordisamoa@openmailbox.org>
Wed, 10 Feb 2016 17:43:49 +0000 (18:43 +0100)
committerAddshore <addshorewiki@gmail.com>
Wed, 10 Feb 2016 17:51:47 +0000 (17:51 +0000)
commit7a97368c351bffc36af8ca0391821164313a98fe
tree857a1ad424fc70dd6be97d1162c28c65c3bc27b6
parentf132746d2882a8383cb6288325aae048b2b996e3
Stop doing $that = $this in includes/jobqueue

Closures support $this as of PHP 5.4

Change-Id: Icf4eb9ffeab410c01c68a031ec6704cd83c2681e
includes/jobqueue/JobQueueDB.php
includes/jobqueue/JobQueueMemory.php
includes/jobqueue/JobQueueRedis.php