diff --git a/~dev_rating/application/classes/DataArr/Tickets.php b/~dev_rating/application/classes/DataArr/Tickets.php
index 5395052a5f2092fd924349051ca75f01654dae37..402b090886a59c55b32bc6f6fb3374e36c75fe86 100644
--- a/~dev_rating/application/classes/DataArr/Tickets.php
+++ b/~dev_rating/application/classes/DataArr/Tickets.php
@@ -1,17 +1,20 @@
 <?php
 
+/** @deprecated */
 class DataArr_Tickets {
     protected $model;
     
     public function __construct() {
         $this->model = new Model_DataArr_Tickets;
     }
-    
+
+    /** @deprecated */
     public function forAccount($accountID)
     {
         
     }
-     
+
+    /** @deprecated */
     public function forAdministrator()
     {
         
diff --git a/~dev_rating/application/classes/Model/DataArr/Tickets.php b/~dev_rating/application/classes/Model/DataArr/Tickets.php
index ecbf55fe72ae792e1293e5a31f487558a60f36bb..9080e6e7bc21aefd6e626fa33445c5e990e0bd32 100644
--- a/~dev_rating/application/classes/Model/DataArr/Tickets.php
+++ b/~dev_rating/application/classes/Model/DataArr/Tickets.php
@@ -1,5 +1,6 @@
 <?php defined('SYSPATH') or die('No direct script access.');
-  
+
+/** @deprecated */
 class Model_DataArr_Tickets extends Model
 {