From 8114b3ec8eed2d1e5b9ec1d2cc9adc34c8d6a272 Mon Sep 17 00:00:00 2001 From: Kentaro Ohkouchi Date: Tue, 25 Jun 2019 11:11:20 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E9=A3=BE=E5=AD=90=E3=82=92=20publ?= =?UTF-8?q?ic=20=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/class/SC_View.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data/class/SC_View.php b/data/class/SC_View.php index e071f2ab8d..51e414ec0c 100644 --- a/data/class/SC_View.php +++ b/data/class/SC_View.php @@ -23,9 +23,11 @@ class SC_View { - var $_smarty; + /** @var SmartyBC */ + public $_smarty; - var $objPage; + /** @var LC_Page */ + public $objPage; // コンストラクタ public function __construct() From 3440117d1eab265d5ffd82698dbc3f2e5cfaf9b6 Mon Sep 17 00:00:00 2001 From: Kentaro Ohkouchi Date: Tue, 25 Jun 2019 11:11:49 +0900 Subject: [PATCH 2/2] Fix phpDoc comments --- data/class/SC_View.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/class/SC_View.php b/data/class/SC_View.php index 51e414ec0c..9b9775961d 100644 --- a/data/class/SC_View.php +++ b/data/class/SC_View.php @@ -257,8 +257,7 @@ public function debug($var = true) * * @param mixed $tpl_source * @param mixed $smarty - * @access public - * @return void + * @return array|string|null */ public function lower_compatibility_smarty($tpl_source, $smarty) {