Merge "Follow up change Icc8dc4ae: add new message keys to maintenance scripts"
[lhc/web/wiklou.git] / includes / specials / SpecialBooksources.php
index 68f6fa1..bc07d58 100644 (file)
@@ -64,6 +64,7 @@ class SpecialBookSources extends SpecialPage {
        /**
         * Returns whether a given ISBN (10 or 13) is valid.  True indicates validity.
         * @param isbn string ISBN passed for check
+        * @return bool
         */
        public static function isValidISBN( $isbn ) {
                $isbn = self::cleanIsbn( $isbn );