From 6a3cb2336be077775b51976d4a274c43d5cb4b66 Mon Sep 17 00:00:00 2001 From: xamgore <xamgore@ya.ru> Date: Mon, 9 Mar 2015 22:15:06 +0300 Subject: [PATCH] DataArray class marked as deprecated --- ~dev_rating/application/classes/DataArray.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/~dev_rating/application/classes/DataArray.php b/~dev_rating/application/classes/DataArray.php index 3be6c66d7..1c94a916d 100644 --- a/~dev_rating/application/classes/DataArray.php +++ b/~dev_rating/application/classes/DataArray.php @@ -1,7 +1,9 @@ <?php defined('SYSPATH') or die('No direct script access.'); +/** @deprecated */ class DataArray { + /** @deprecated */ public static function factory($type = NULL) { if($type == NULL) return false; -- GitLab