LockManagerGroup tweaks
authorAryeh Gregor <ayg@aryeh.name>
Thu, 15 Aug 2019 18:07:36 +0000 (21:07 +0300)
committerAryeh Gregor <ayg@aryeh.name>
Wed, 28 Aug 2019 07:49:37 +0000 (10:49 +0300)
commit37022e2e89d8b55d69644ed9e7b78ac3254bf2ed
tree9270eee673e7f1b0beb67b0ac7aeb58a2243afe2
parentc1e9d63dfd68dcc1343840eaa8a395234ccba104
LockManagerGroup tweaks

One small change that was supposed to be in 5a6c18a0863 but didn't make
it into the patch version that got merged, and removal of some long-dead
code.

phan objected to the use of new $class without being explicitly
reassured that $class is, in fact, a string. I don't know why.

Change-Id: Ifa00c59ab4464109414f21db37e3a6db21decdf3
includes/DefaultSettings.php
includes/filebackend/lockmanager/LockManagerGroup.php
includes/filebackend/lockmanager/LockManagerGroupFactory.php
tests/phpunit/includes/filebackend/lockmanager/LockManagerGroupIntegrationTest.php