From f9d52ca9433e33783e59b209554dfba58f30cec4 Mon Sep 17 00:00:00 2001 From: Fabian Becker Date: Sun, 2 Feb 2014 23:48:45 +0100 Subject: Remove all occurences of @package / @subpackage / @category from core/ files. refs #4609 --- core/Auth.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/Auth.php') diff --git a/core/Auth.php b/core/Auth.php index 8fbfb311bb..b86af5d100 100644 --- a/core/Auth.php +++ b/core/Auth.php @@ -5,8 +5,6 @@ * @link http://piwik.org * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later * - * @category Piwik - * @package Piwik */ namespace Piwik; @@ -54,8 +52,6 @@ interface Auth /** * Authentication result * - * @package Piwik - * @subpackage Piwik_Auth */ class AuthResult { -- cgit v1.2.3