Use AtEase::quietCall() instead of Wikimedia\quietCall()
authorDerick Alangi <alangiderick@gmail.com>
Sun, 26 May 2019 21:46:15 +0000 (22:46 +0100)
committerKrinkle <krinklemail@gmail.com>
Mon, 10 Jun 2019 14:18:19 +0000 (14:18 +0000)
commitc51f0127394d7c1ee7d9a4c13024e82f35f2cf04
tree652cbe54dddbe179a8a2502687896e22c666c64f
parente2ef870ee2da2940dc69a9c69fd2572039a606d4
Use AtEase::quietCall() instead of Wikimedia\quietCall()

Wikimedia\quietCall() is deprecated and AtEase is here for use.
I would have loved to do restoreWarnings() and suppressWarnings()
in this same patch set but will continue the work for a later patch.

Bug: T182273
Change-Id: I43e3a5f378c99b5c40883b35ba133cbd126fc433
includes/ForeignResourceManager.php
includes/context/RequestContext.php
includes/filerepo/file/File.php
includes/filerepo/file/LocalFile.php
includes/session/SessionBackend.php
maintenance/importImages.php
tests/phpunit/includes/session/SessionBackendTest.php