We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a44726 commit 4b56d89Copy full SHA for 4b56d89
src/Smarty.php
@@ -65,8 +65,8 @@ public function __construct($paths, $settings = [])
65
/**
66
* Method to add the Slim plugins to Smarty
67
*
68
- * @param RouterInterface $router A single extension instance or an array of instances
69
- * @param string|\Slim\Http\Uri
+ * @param RouterInterface $router
+ * @param string|\Slim\Http\Uri $uri
70
*/
71
public function addSlimPlugins(RouterInterface $router, $uri)
72
{
0 commit comments