Skip to content

Remove DOMDocument post-processing by using html-sanitizer fully #782

Remove DOMDocument post-processing by using html-sanitizer fully

Remove DOMDocument post-processing by using html-sanitizer fully #782

Triggered via push June 14, 2024 14:55
Status Failure
Total duration 43s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors
PHPStan: src/Package/Updater.php#L763
Instantiated class App\HtmlSanitizer\ReadmeLinkSanitizer not found.
PHPStan: src/Package/Updater.php#L763
Parameter #1 $sanitizer of method Symfony\Component\HtmlSanitizer\HtmlSanitizerConfig::withAttributeSanitizer() expects Symfony\Component\HtmlSanitizer\Visitor\AttributeSanitizer\AttributeSanitizerInterface, App\HtmlSanitizer\ReadmeLinkSanitizer given.
PHPStan: src/Package/Updater.php#L764
Instantiated class App\HtmlSanitizer\ReadmeImageSanitizer not found.
PHPStan: src/Package/Updater.php#L764
Parameter #1 $sanitizer of method Symfony\Component\HtmlSanitizer\HtmlSanitizerConfig::withAttributeSanitizer() expects Symfony\Component\HtmlSanitizer\Visitor\AttributeSanitizer\AttributeSanitizerInterface, App\HtmlSanitizer\ReadmeImageSanitizer given.
PHPStan
Process completed with exit code 1.