Skip to content

Commit 4b56d89

Browse files
committed
PHPDoc fix
1 parent 7a44726 commit 4b56d89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Smarty.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ public function __construct($paths, $settings = [])
6565
/**
6666
* Method to add the Slim plugins to Smarty
6767
*
68-
* @param RouterInterface $router A single extension instance or an array of instances
69-
* @param string|\Slim\Http\Uri
68+
* @param RouterInterface $router
69+
* @param string|\Slim\Http\Uri $uri
7070
*/
7171
public function addSlimPlugins(RouterInterface $router, $uri)
7272
{

0 commit comments

Comments
 (0)