mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-02 05:11:36 +01:00
fix typos paramter to parameter
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
/**
|
||||
* evaluate compiler parameter
|
||||
*
|
||||
* @param array $params paramter array as given to the compiler function
|
||||
* @param integer $index array index of the paramter to convert
|
||||
* @param mixed $default value to be returned if the paramter is not present
|
||||
* @return mixed evaluated value of paramter or $default
|
||||
* @throws SmartyException if paramter is not a literal (but an expression, variable, …)
|
||||
* @param array $params parameter array as given to the compiler function
|
||||
* @param integer $index array index of the parameter to convert
|
||||
* @param mixed $default value to be returned if the parameter is not present
|
||||
* @return mixed evaluated value of parameter or $default
|
||||
* @throws SmartyException if parameter is not a literal (but an expression, variable, …)
|
||||
* @author Rodney Rehm
|
||||
*/
|
||||
function smarty_literal_compiler_param($params, $index, $default=null)
|
||||
|
||||
Reference in New Issue
Block a user