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

Fix PropertyNotSetInConstructor

parent cf6cabfe
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,10 @@ use Twig\Loader\FilesystemLoader;
use Twig\TwigFilter;
use Twig\TwigFunction;
/**
* 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