We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55fbbed + 9fcb166 commit 7ee1b66Copy full SHA for 7ee1b66
src/ErrorPagerRenderer.php
@@ -28,6 +28,8 @@ public function __construct(
28
* @throws LoaderError
29
* @throws RuntimeError
30
* @throws SyntaxError
31
+ *
32
+ * @psalm-taint-escape html
33
*/
34
public function render(ResourceObject $ro): string
35
{
src/TwigRenderer.php
@@ -41,6 +41,8 @@ public function __construct(
41
42
/**
43
* {@inheritDoc}
44
45
46
47
public function render(ResourceObject $ro)
48
0 commit comments