From: Aaron Schulz Date: Tue, 10 Mar 2015 06:08:37 +0000 (-0700) Subject: Minor doc fixes X-Git-Tag: 1.31.0-rc.0~12147 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=commitdiff_plain;h=b48f51c522838bd4107c46a69bf94a785923b654;p=lhc%2Fweb%2Fwiklou.git Minor doc fixes Change-Id: I80678e64cafcfd6e2c779452f466d8a630089568 --- diff --git a/includes/objectcache/ObjectCacheSessionHandler.php b/includes/objectcache/ObjectCacheSessionHandler.php index 24d2a22e43..789f1e3b61 100644 --- a/includes/objectcache/ObjectCacheSessionHandler.php +++ b/includes/objectcache/ObjectCacheSessionHandler.php @@ -117,7 +117,7 @@ class ObjectCacheSessionHandler { * Callback when writing session data. * * @param string $id Session id - * @param mixed $data Session data + * @param string $data Session data * @return bool Success */ static function write( $id, $data ) { diff --git a/includes/objectcache/ReplicatedBagOStuff.php b/includes/objectcache/ReplicatedBagOStuff.php index 7aa2cc3d76..34affc74b8 100644 --- a/includes/objectcache/ReplicatedBagOStuff.php +++ b/includes/objectcache/ReplicatedBagOStuff.php @@ -26,7 +26,7 @@ * those that writes go to. This can easily be used with redis for example. * * In the WAN scenario (e.g. multi-datacenter case), this is useful when - * writes are rare or usually takes place on the primary datacenter. + * writes are rare or they usually take place in the primary datacenter. * * @ingroup Cache * @since 1.25