Skip to content

Commit

Permalink
[TASK] Remove @phpstan-ignore-next-line in scss parser test
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Nov 4, 2024
1 parent 446b719 commit 5bbb0c5
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 5bbb0c5

Please sign in to comment.