We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a46f76 commit 9238b4dCopy full SHA for 9238b4d
src/TwigComponent/src/Test/InteractsWithTwigComponents.php
@@ -30,7 +30,7 @@ protected function mountTwigComponent(string $name, array $data = []): object
30
/**
31
* @param array<string,string> $blocks
32
*/
33
- protected function renderTwigComponent(string $name, array $data = [], ?string $content = null, array $blocks = []): RenderedComponent
+ protected function renderTwigComponent(string $name, array $data = [], string $content = null, array $blocks = []): RenderedComponent
34
{
35
if (!$this instanceof KernelTestCase) {
36
throw new \LogicException(sprintf('The "%s" trait can only be used on "%s" classes.', __TRAIT__, KernelTestCase::class));
0 commit comments