From: Daimona Eaytoy Date: Tue, 10 Sep 2019 13:18:25 +0000 (+0200) Subject: Restore FileBackendStoreOpHandle::call X-Git-Tag: 1.34.0-rc.0~284^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=afdbf8b15caeff70fac04a23db8b29875689199b Restore FileBackendStoreOpHandle::call Follows-up eb06fb858e8492453ddb66f9b813e. The property is still in use, see https://codesearch.wmflabs.org/core/?q=-%3Ecall%5Cb&i=nope&files=&repos= and failures at https://integration.wikimedia.org/ci/job/mediawiki-core-php72-phan-docker/5893/console. Change-Id: Ic9e72c3ab57cef3dd16c64ce279875df10ba3a14 --- diff --git a/includes/libs/filebackend/fileophandle/FileBackendStoreOpHandle.php b/includes/libs/filebackend/fileophandle/FileBackendStoreOpHandle.php index 649225d839..8697f9f0b6 100644 --- a/includes/libs/filebackend/fileophandle/FileBackendStoreOpHandle.php +++ b/includes/libs/filebackend/fileophandle/FileBackendStoreOpHandle.php @@ -34,6 +34,8 @@ abstract class FileBackendStoreOpHandle { public $backend; /** @var array */ public $resourcesToClose = []; + /** @var callable name that identifies the function called */ + public $call; /** * Close all open file handles