Skip to content

Commit ea0b95f

Browse files
committed
[TASK] Drop phpstan ignore in ScssParserTest
1 parent bda1992 commit ea0b95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Functional/Parser/ScssParserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ protected function buildRequest(string $typoScriptString = ''): ServerRequest
114114
$request = new ServerRequest();
115115
$lineStream = (new LossyTokenizer())->tokenize($typoScriptString);
116116
$typoScriptAst = (new AstBuilder(new NoopEventDispatcher()))->build($lineStream, new RootNode());
117-
/** @phpstan-ignore-next-line */
117+
118118
$typoScriptAttribute = new FrontendTypoScript(new RootNode(), [], [], []);
119119
$typoScriptAttribute->setSetupTree($typoScriptAst);
120120
$typoScriptAttribute->setSetupArray($typoScriptAst->toArray());

0 commit comments

Comments
 (0)