mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 02:14:26 +02:00
Fix annotation for addPluginsDir()
Param of [addPluginsDir()](http://www.smarty.net/docs/en/api.add.plugins.dir.tpl) can be null, array or a string. Fixed annotation so there will be no IDE warnings.
This commit is contained in:
@@ -948,7 +948,7 @@ class Smarty extends Smarty_Internal_TemplateBase
|
||||
/**
|
||||
* Adds directory of plugin files
|
||||
*
|
||||
* @param null|array $plugins_dir
|
||||
* @param null|array|string $plugins_dir
|
||||
*
|
||||
* @return Smarty current Smarty instance for chaining
|
||||
*/
|
||||
|
Reference in New Issue
Block a user