Kill weird leading semi colon from jquery.form.js
authorSam Reed <reedy@users.mediawiki.org>
Thu, 6 Oct 2011 14:26:35 +0000 (14:26 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Thu, 6 Oct 2011 14:26:35 +0000 (14:26 +0000)
More documentation stuff

includes/Cdb.php

index d7a2bca..1ea3a11 100644 (file)
@@ -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() ) {