Removed todo
authorAlexander Ebert <ebert@woltlab.com>
Thu, 14 Jul 2016 11:09:19 +0000 (13:09 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 14 Jul 2016 13:16:50 +0000 (15:16 +0200)
wcfsetup/install/files/lib/data/tag/Tag.class.php

index 8c9359d5e2ea59742d2e0f162a8eecb72b62422f..bd7780c512dd06e4fa4bc24915f0042469cb82a0 100644 (file)
@@ -68,7 +68,6 @@ class Tag extends DatabaseObject implements IRouteController {
         * @return      string
         */
        public static function buildString(array $tags, $separator = ', ') {
-               // TODO: This method seems to be unused and unnecessary, as it is a simply wrapper around implode now
                return implode($separator, $tags);
        }