Fix PHP-CS

This commit is contained in:
Philipp 2025-05-11 11:37:09 +02:00
parent 3a257b6172
commit 054a280d33
No known key found for this signature in database
GPG key ID: 24A7501396EB5432

View file

@ -3282,7 +3282,7 @@ class Item
}
$dom = new \DOMDocument();
if (empty ($html) || !@$dom->loadHTML($html)) {
if (empty($html) || !@$dom->loadHTML($html)) {
return $html;
}