From 9c40c0348421032df6399cbdab54e2478462cce4 Mon Sep 17 00:00:00 2001
From: xamgore <xamgore@ya.ru>
Date: Mon, 9 Mar 2015 20:06:42 +0300
Subject: [PATCH] Additional info about deprecated classes

---
 ~dev_rating/application/classes/DataArr/Students.php       | 2 +-
 ~dev_rating/application/classes/Model/Admin/Students.php   | 2 +-
 ~dev_rating/application/classes/Model/DataArr/Students.php | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/~dev_rating/application/classes/DataArr/Students.php b/~dev_rating/application/classes/DataArr/Students.php
index 39fa5bd4a..fb6ebfb0d 100644
--- a/~dev_rating/application/classes/DataArr/Students.php
+++ b/~dev_rating/application/classes/DataArr/Students.php
@@ -6,7 +6,7 @@ detach - откреплен
 NULL - РІ РѕСЃРЅРѕРІРЅРѕР№ РіСЂСѓРїРїРµ
 */
 
-/** @deprecated */
+/** @deprecated use Model_Students instead. */
 class DataArr_Students {
     protected $model;
 
diff --git a/~dev_rating/application/classes/Model/Admin/Students.php b/~dev_rating/application/classes/Model/Admin/Students.php
index 25389dff1..32b0ec0dc 100644
--- a/~dev_rating/application/classes/Model/Admin/Students.php
+++ b/~dev_rating/application/classes/Model/Admin/Students.php
@@ -1,6 +1,6 @@
 <?php defined('SYSPATH') or die('No direct script access.');
 
-/** @deprecated */
+/** @deprecated use Model_Students instead. */
 class Model_Admin_Students extends Model
 {
     /** @deprecated */
diff --git a/~dev_rating/application/classes/Model/DataArr/Students.php b/~dev_rating/application/classes/Model/DataArr/Students.php
index 6126ada1b..7177bf80d 100644
--- a/~dev_rating/application/classes/Model/DataArr/Students.php
+++ b/~dev_rating/application/classes/Model/DataArr/Students.php
@@ -1,6 +1,6 @@
 <?php defined('SYSPATH') or die('No direct script access.');
 
-/** @deprecated */
+/** @deprecated use Model_Students instead. */
 class Model_DataArr_Students extends Model
 {
     /** @deprecated */
-- 
GitLab