Followup r89564
[lhc/web/wiklou.git] / includes / Cdb.php
index 8f93560..d7a2bca 100644 (file)
@@ -55,6 +55,8 @@ abstract class CdbReader {
 
        /**
         * Get a value with a given key. Only string values are supported.
+        *
+        * @param $key string
         */
        abstract public function get( $key );
 }