From: Sam Reed Date: Thu, 6 Oct 2011 14:26:35 +0000 (+0000) Subject: Kill weird leading semi colon from jquery.form.js X-Git-Tag: 1.31.0-rc.0~27228 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=9139b2634bd9beb3b376e35d3a034aa806cf6401;p=lhc%2Fweb%2Fwiklou.git Kill weird leading semi colon from jquery.form.js More documentation stuff --- 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() ) {