From 9139b2634bd9beb3b376e35d3a034aa806cf6401 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Thu, 6 Oct 2011 14:26:35 +0000 Subject: [PATCH] Kill weird leading semi colon from jquery.form.js More documentation stuff --- includes/Cdb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Cdb.php b/includes/Cdb.php index d7a2bca57a..1ea3a11802 100644 --- a/includes/Cdb.php +++ b/includes/Cdb.php @@ -72,7 +72,7 @@ abstract class CdbWriter { * * @param $fileName string * - * @return bool + * @return CdbWriter_DBA|CdbWriter_PHP */ public static function open( $fileName ) { if ( CdbReader::haveExtension() ) { -- 2.20.1