Merge "Add hook to allow extensions to modify the LonelyPages query"
[lhc/web/wiklou.git] / includes / utils / CdbPHP.php
index f05f786..c178ffe 100644 (file)
@@ -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 ) === '' ) {