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