- PHPdoc updates

This commit is contained in:
uwetews
2015-12-27 08:12:46 +01:00
parent c2f05e8c3c
commit c8c82a292a
13 changed files with 40 additions and 35 deletions
@@ -17,12 +17,13 @@ class Smarty_Internal_Undefined
* - Decode saved properties from compiled template and cache files
* - Check if compiled or cache file is valid
*
* @param \Smarty_Internal_Template $tpl
* @param array $properties special template properties
* @param bool $cache flag if called from cache file
*
* @return bool flag if compiled or cache file is valid
* @return bool flag if compiled or cache file is valid
*/
public function decodeProperties($tpl, $properties, $cache = false)
public function decodeProperties(Smarty_Internal_Template $tpl, $properties, $cache = false)
{
if ($cache) {
$tpl->cached->valid = false;