Added detailed list of received/given likes in user profiles
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / lib / data / ISearchAction.class.php
index 33629bae145a2352dfe55c280ae7cbcb71659017..6631f465b51c3852d332ad2ca44fc760905e6ba0 100644 (file)
@@ -6,11 +6,11 @@ namespace wcf\data;
  * 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
- * @category   Community Framework
+ * @category   Community Framework
  */
 interface ISearchAction {
        /**
@@ -24,4 +24,4 @@ interface ISearchAction {
         * Validates the "getSearchResultList" action.
         */
        public function validateGetSearchResultList();
-}
\ No newline at end of file
+}