X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FCategory.php;h=d558dbc44dbc32268bda0e8d60889260ecdfc6d9;hb=d67197fa116acc366419faedeeacd91158a98f8b;hp=1ebd605c355420fb0078d1c10606e2651abd25e6;hpb=e758226c91935a1df2b6fd3ed1f18922d8bfb45b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Category.php b/includes/Category.php index 1ebd605c35..d558dbc44d 100644 --- a/includes/Category.php +++ b/includes/Category.php @@ -168,7 +168,7 @@ class Category { * @param Title $title Optional title object for the category represented by * the given row. May be provided if it is already known, to avoid having * to re-create a title object later. - * @return Category + * @return Category|false */ public static function newFromRow( $row, $title = null ) { $cat = new self();