Skip to content

Commit a1bcfc6

Browse files
momito69fabpot
authored andcommitted
[HtmlSanitizer] Remove redundant assignment to promoted property $config in constructor
1 parent 59c54b8 commit a1bcfc6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

HtmlSanitizer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public function __construct(
3434
private HtmlSanitizerConfig $config,
3535
?ParserInterface $parser = null,
3636
) {
37-
$this->config = $config;
3837
$this->parser = $parser ?? (\PHP_VERSION_ID < 80400 ? new MastermindsParser() : new NativeParser());
3938
}
4039

0 commit comments

Comments
 (0)