Merge "output: Narrow Title type hint to LinkTarget"
[lhc/web/wiklou.git] / includes / libs / filebackend / fileophandle / FileBackendStoreOpHandle.php
index c366a0f..8697f9f 100644 (file)
@@ -34,8 +34,8 @@ abstract class FileBackendStoreOpHandle {
        public $backend;
        /** @var array */
        public $resourcesToClose = [];
-
-       public $call; // string; name that identifies the function called
+       /** @var callable name that identifies the function called */
+       public $call;
 
        /**
         * Close all open file handles