Skip to content

Commit

Permalink
Merge pull request #7 from Rudloff/patch-1
Browse files Browse the repository at this point in the history
Use correct callable type instead of callback
  • Loading branch information
mathmarques authored Mar 31, 2019
2 parents 6d17191 + ee78f4f commit 2ab996e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Smarty.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function addSlimPlugins(RouterInterface $router, $uri)
*
* @param string $type plugin type
* @param string $tag name of template tag
* @param callback $callback PHP callback to register
* @param callable $callback PHP callback to register
* @param boolean $cacheable if true (default) this function is cachable
* @param array $cache_attr caching attributes if any
*
Expand Down

0 comments on commit 2ab996e

Please sign in to comment.