Use wikimedia/scoped-callback
authorKunal Mehta <legoktm@member.fsf.org>
Thu, 29 Sep 2016 08:16:05 +0000 (01:16 -0700)
committerReedy <reedy@wikimedia.org>
Thu, 29 Sep 2016 10:41:40 +0000 (10:41 +0000)
commit5320f0835ef99b68b8f174a8e1fcaefe3c80491f
tree987ac53a14b71f52a9643ff33027512cdad6e930
parent5b66e4504dd543faa3a85d4a0a88daca991c223d
Use wikimedia/scoped-callback

The ScopedCallback class was moved into a separate library. This updates
all callers to use the namespaced version, and provides a
backwards-compatibility class wrapper under the old name.

Bug: T146258
Change-Id: I2dd0a66fe2f510f26bdfef6b0a975c1beb3fd93c
Depends-On: Iea0c40bdd7776372ccf72db8f088a2abaa4d3721
autoload.php
composer.json
includes/GlobalFunctions.php
includes/PageProps.php
includes/compat/ScopedCallback.php [new file with mode: 0644]
includes/libs/ScopedCallback.php [deleted file]
includes/profiler/SectionProfiler.php
tests/phpunit/includes/libs/objectcache/BagOStuffTest.php
tests/phpunit/includes/session/TestUtils.php