X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fsession%2FSession.php;h=12f16b662eb0dc50548d9b0b63ecac81a9e1161b;hb=6d9704caefde82e494a8eeffe7abee5978f9f7b1;hp=31761c31e70ef12eef57ca5dc7967d1d5787ceb1;hpb=f6c8b955bd6103e3084ec609902e68599cf11f23;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/session/Session.php b/includes/session/Session.php index 31761c31e7..12f16b662e 100644 --- a/includes/session/Session.php +++ b/includes/session/Session.php @@ -600,7 +600,7 @@ final class Session implements \Countable, \Iterator, \ArrayAccess { * * Calls to save() or clear() will not be delayed. * - * @return \ScopedCallback When this goes out of scope, a save will be triggered + * @return \Wikimedia\ScopedCallback When this goes out of scope, a save will be triggered */ public function delaySave() { return $this->backend->delaySave();