- 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

View File

@@ -20,9 +20,10 @@ class Smarty_Internal_TestInstall
* diagnose Smarty setup
* If $errors is secified, the diagnostic report will be appended to the array, rather than being output.
*
* @param array $errors array to push results into rather than outputting them
* @param \Smarty $smarty
* @param array $errors array to push results into rather than outputting them
*
* @return bool status, true if everything is fine, false else
* @return bool status, true if everything is fine, false else
*/
public static function testInstall(Smarty $smarty, &$errors = null)
{