From be16891092637ce59e202cb3bfe482a6e8c516f7 Mon Sep 17 00:00:00 2001 From: xamgore <xamgore@ya.ru> Date: Wed, 11 Mar 2015 18:32:37 +0300 Subject: [PATCH] The variable type is defined --- .../application/classes/Controller/Handler/FileCreator.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/~dev_rating/application/classes/Controller/Handler/FileCreator.php b/~dev_rating/application/classes/Controller/Handler/FileCreator.php index 27ab90ddc..849b8322b 100644 --- a/~dev_rating/application/classes/Controller/Handler/FileCreator.php +++ b/~dev_rating/application/classes/Controller/Handler/FileCreator.php @@ -2,6 +2,8 @@ class Controller_Handler_FileCreator extends Controller_Handler { + /** @var Model_Teacher_Rating */ + protected $model; public function before() { $this->model = new Model_Teacher_Rating; -- GitLab