We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e53c8 commit 87c957cCopy full SHA for 87c957c
src/PHPRenderer.php
@@ -39,11 +39,11 @@ public function __construct($templatePath = "")
39
*
40
* throws RuntimeException if $templatePath . $template does not exist
41
42
- * @param \Slim\Http\Response $response
43
- * @param $template
44
- * @param array $data
+ * @param \ResponseInterface $response
+ * @param $template
+ * @param array $data
45
46
- * @return \Slim\Http\Response
+ * @return ResponseInterface
47
48
* @throws \InvalidArgumentException
49
* @throws \RuntimeException
0 commit comments