Category: Remove "todo" comment about moving code from CategoryPage
authorEugene Gvozdetsky <i.gvozdetskyi@vu.nl>
Fri, 16 Nov 2018 09:13:32 +0000 (10:13 +0100)
committerKrinkle <krinklemail@gmail.com>
Fri, 12 Apr 2019 23:22:47 +0000 (23:22 +0000)
All stuff was already moved from CategoryPage.php to Category.php

Change-Id: I19820ec573c39d7368e3c6644e7c54ca9d8104c5

includes/Category.php

index 3352c2c..9cd751e 100644 (file)
@@ -25,8 +25,6 @@
  * Category objects are immutable, strictly speaking. If you call methods that change the database,
  * like to refresh link counts, the objects will be appropriately reinitialized.
  * Member variables are lazy-initialized.
- *
- * @todo Move some stuff from CategoryPage.php to here, and use that.
  */
 class Category {
        /** Name of the category, normalized to DB-key form */