Skip to content
Snippets Groups Projects
Commit 31f7c784 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix PropertyNotSetInConstructor

parent cabf4e41
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,10 @@ use Twig\TwigFilter;
use Twig\TwigFunction;
use Webmozart\Assert\Assert;
/**
* The content-property is set upstream, but this is not recognized by Psalm
* @psalm-suppress PropertyNotSetInConstructor
*/
class Template extends Response
{
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment