Add missing @return to function docs
[lhc/web/wiklou.git] / includes / db / DatabasePostgres.php
index 45fb3f6..44ca9de 100644 (file)
@@ -117,6 +117,7 @@ SQL;
 
        /**
         * @since 1.19
+        * @return bool|mixed
         */
        function defaultValue() {
                if ( $this->has_default ) {