Fix PHP-CS
This commit is contained in:
parent
3a257b6172
commit
054a280d33
1 changed files with 1 additions and 1 deletions
|
@ -3282,7 +3282,7 @@ class Item
|
|||
}
|
||||
|
||||
$dom = new \DOMDocument();
|
||||
if (empty ($html) || !@$dom->loadHTML($html)) {
|
||||
if (empty($html) || !@$dom->loadHTML($html)) {
|
||||
return $html;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue