Skip to content

Commit 87c957c

Browse files
committed
Update docblock to to reference PSR-7's ResponseInterface
1 parent 37e53c8 commit 87c957c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/PHPRenderer.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ public function __construct($templatePath = "")
3939
*
4040
* throws RuntimeException if $templatePath . $template does not exist
4141
*
42-
* @param \Slim\Http\Response $response
43-
* @param $template
44-
* @param array $data
42+
* @param \ResponseInterface $response
43+
* @param $template
44+
* @param array $data
4545
*
46-
* @return \Slim\Http\Response
46+
* @return ResponseInterface
4747
*
4848
* @throws \InvalidArgumentException
4949
* @throws \RuntimeException

0 commit comments

Comments
 (0)