@@ -957,7 +957,7 @@ discard block |
||
| 957 | 957 | * @access private |
| 958 | 958 | * @deprecated 2.4 2001/11/05 |
| 959 | 959 | * @see addTemplate(), addTemplates(); |
| 960 | - * @return bool |
|
| 960 | + * @return boolean|null |
|
| 961 | 961 | */ |
| 962 | 962 | public function loadTemplate($name) |
| 963 | 963 | { |
@@ -1178,6 +1178,7 @@ discard block |
||
| 1178 | 1178 | * |
| 1179 | 1179 | * @param string $name name of the template |
| 1180 | 1180 | * @param string &$temp content of the parsed Template |
| 1181 | + * @param string $temp |
|
| 1181 | 1182 | * @access private |
| 1182 | 1183 | * @see parseTemplate(), addGlobalVar(), addGlobalVars() |
| 1183 | 1184 | */ |