Added detailed list of received/given likes in user profiles
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / lib / data / ICategorizedObject.class.php
index ce7f3af21f41a54b8af4730cac3d0c93013b7a37..bdbcc8bbf95267665d965da0773cfb589a720676 100644 (file)
@@ -5,7 +5,7 @@ namespace wcf\data;
  * Every categorized object has to implement this interface.
  * 
  * @author     Matthias Schmidt
- * @copyright  2001-2012 WoltLab GmbH
+ * @copyright  2001-2014 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage data
@@ -15,7 +15,7 @@ interface ICategorizedObject {
        /**
         * Returns the category this object belongs to.
         * 
-        * @return      wcf\data\category\Category
+        * @return      \wcf\data\category\Category
         */
        public function getCategory();
-}
\ No newline at end of file
+}