Skip to content

Commit

Permalink
[TASK] Drop phpstan ignore in ScssParserTest
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Nov 11, 2024
1 parent bda1992 commit ea0b95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Functional/Parser/ScssParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ protected function buildRequest(string $typoScriptString = ''): ServerRequest
$request = new ServerRequest();
$lineStream = (new LossyTokenizer())->tokenize($typoScriptString);
$typoScriptAst = (new AstBuilder(new NoopEventDispatcher()))->build($lineStream, new RootNode());
/** @phpstan-ignore-next-line */

$typoScriptAttribute = new FrontendTypoScript(new RootNode(), [], [], []);
$typoScriptAttribute->setSetupTree($typoScriptAst);
$typoScriptAttribute->setSetupArray($typoScriptAst->toArray());
Expand Down

0 comments on commit ea0b95f

Please sign in to comment.