X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FCategoryfinder.php;h=a5415afd3e12b804d7658081c4b8173b5f3a7f14;hb=37e3d9befa5aa8279fc4f2130fe893e064dfce67;hp=b9cbc9a3f5fef2dbdbdad5883537ae7016936122;hpb=d74a185fd315a75b41c9f2a8832ac70437de0e37;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Categoryfinder.php b/includes/Categoryfinder.php index b9cbc9a3f5..a5415afd3e 100644 --- a/includes/Categoryfinder.php +++ b/includes/Categoryfinder.php @@ -61,7 +61,7 @@ class Categoryfinder { /** @var array */ protected $name2id = array(); - /** @var "AND" or "OR" */ + /** @var string "AND" or "OR" */ protected $mode; /** @var DatabaseBase Read-DB slave */ @@ -96,7 +96,7 @@ class Categoryfinder { /** * Iterates through the parent tree starting with the seed values, * then checks the articles if they match the conditions - * @return array of page_ids (those given to seed() that match the conditions) + * @return array Array of page_ids (those given to seed() that match the conditions) */ function run() { $this->dbr = wfGetDB( DB_SLAVE );