]> git.mxchange.org Git - friendica.git/commitdiff
Fix PHP-CS
authorPhilipp <admin@philipp.info>
Sun, 11 May 2025 09:37:09 +0000 (11:37 +0200)
committerPhilipp <admin@philipp.info>
Sun, 11 May 2025 09:37:09 +0000 (11:37 +0200)
src/Model/Item.php

index 0e8d7ae4364947b49e458b487f50ee3b0e046f8a..985c1d0b9f0218e7ead47f2fc70dd65d5e1e3146 100644 (file)
@@ -3282,7 +3282,7 @@ class Item
                }
 
                $dom = new \DOMDocument();
-               if (empty ($html) || !@$dom->loadHTML($html)) {
+               if (empty($html) || !@$dom->loadHTML($html)) {
                        return $html;
                }