From: Siebrand Mazeland Date: Thu, 7 Nov 2013 22:23:29 +0000 (+0100) Subject: Update docs in CdbPHP.php X-Git-Tag: 1.31.0-rc.0~18168^2 X-Git-Url: http://git.cyclocoop.org/%22.%20generer_url_ecrire%28%22sites_tous%22%2C%22%22%29.%20%22?a=commitdiff_plain;h=a01c3c6a54055f1fbffd627814c93b76784bd38d;p=lhc%2Fweb%2Fwiklou.git Update docs in CdbPHP.php Change-Id: I76ff053ad231dd026b3e2576f913cc9d3fa52c79 --- diff --git a/includes/utils/CdbPHP.php b/includes/utils/CdbPHP.php index c6edaf5ca9..8106243517 100644 --- a/includes/utils/CdbPHP.php +++ b/includes/utils/CdbPHP.php @@ -69,7 +69,7 @@ class CdbFunctions { * * @param $s string * - * @return + * @return int */ public static function hash( $s ) { $h = 5381; @@ -311,9 +311,8 @@ class CdbWriterPHP extends CdbWriter { } /** - * @param $key - * @param $value - * @return + * @param string $key + * @param string $value */ public function set( $key, $value ) { if ( strval( $key ) === '' ) {