Skip to content

Commit

Permalink
Merge pull request #322 from simivar/patch-1
Browse files Browse the repository at this point in the history
Fix annotation for addPluginsDir()
  • Loading branch information
uwetews authored Apr 14, 2017
2 parents ec9fd99 + 1900ce2 commit cfc3f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/Smarty.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ public function setPluginsDir($plugins_dir)
/**
* Adds directory of plugin files
*
* @param null|array $plugins_dir
* @param null|array|string $plugins_dir
*
* @return Smarty current Smarty instance for chaining
*/
Expand Down

0 comments on commit cfc3f8c

Please sign in to comment.