From e2f11126ebbe1658ff5a349145778571fbc3b709 Mon Sep 17 00:00:00 2001 From: uwetews Date: Sun, 23 Aug 2015 02:00:25 +0200 Subject: [PATCH] fix PHPDoc --- libs/sysplugins/smarty_template_source.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/sysplugins/smarty_template_source.php b/libs/sysplugins/smarty_template_source.php index 833ce118..9044844d 100644 --- a/libs/sysplugins/smarty_template_source.php +++ b/libs/sysplugins/smarty_template_source.php @@ -77,14 +77,14 @@ class Smarty_Template_Source /** * The Components an extended template is made of * - * @var \Smarty_Resource + * @var \Smarty_Template_Source[] */ public $components = null; /** * Resource Handler * - * @var \Smarty_Resource|\Smarty_Resource_Uncompiled|\Smarty_Resource_Recompiled + * @var \Smarty_Resource */ public $handler = null; @@ -105,7 +105,7 @@ class Smarty_Template_Source /** * cache for Smarty_Template_Compiled instances * - * @var array + * @var Smarty_Template_Compiled[] */ public $compileds = array();