X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Flibs%2Fobjectcache%2FRESTBagOStuff.php;h=d3aa9f5cb17d1b3e6d3db69aca2db263d98047c5;hb=2324d1af57aebfc5a5ddcbbd01b4d974d989fd5f;hp=5d2577b16e7b591a9de862f41b345455420929f8;hpb=70d904b5bd04deb758272fc897d52e83a4141104;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/objectcache/RESTBagOStuff.php b/includes/libs/objectcache/RESTBagOStuff.php index 5d2577b16e..d3aa9f5cb1 100644 --- a/includes/libs/objectcache/RESTBagOStuff.php +++ b/includes/libs/objectcache/RESTBagOStuff.php @@ -57,7 +57,7 @@ class RESTBagOStuff extends BagOStuff { /** * @param string $key - * @param integer $flags Bitfield of BagOStuff::READ_* constants [optional] + * @param int $flags Bitfield of BagOStuff::READ_* constants [optional] * @return mixed Returns false on failure and if the item does not exist */ protected function doGet( $key, $flags = 0 ) {