X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FCategory.php;h=d558dbc44dbc32268bda0e8d60889260ecdfc6d9;hb=fd24918228d5f5790be2e0f4db6cf3b55c679ced;hp=1ebd605c355420fb0078d1c10606e2651abd25e6;hpb=c24cbb13dfa35274adc1a6ab11a5ebf38fe5c7d9;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();