Skip to content

Commit

Permalink
Merge pull request #23 from madeITBelgium/analysis-32YEA4
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
madeITBelgium authored Nov 14, 2023
2 parents 8dd5250 + 7b3aa79 commit b9eb3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Seo.php
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ private function doLinkResult($document)
}

$linkAnchor = trim($this->getTextContent($element->outerHTML));
if(empty($linkAnchor)) {
if (empty($linkAnchor)) {
$linkAnchor = strpos($element->outerHTML, '<img') !== false ? 'image' : $linkAnchor;
}
$link = [
Expand Down

0 comments on commit b9eb3bc

Please sign in to comment.