Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Aug 17, 2023
1 parent f043797 commit e618440
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Checks/Content/AltTagCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public function validateContent(Crawler $crawler): bool
$imagesWithoutAlt = $crawler->filterXPath('//img[not(@alt)]')->each(function (Crawler $node, $i) {
return $this->filterImage($node);
});

$imagesWithEmptyAlt = $crawler->filterXPath('//img[@alt=""]')->each(function (Crawler $node, $i) {
return $this->filterImage($node);
});
Expand Down

0 comments on commit e618440

Please sign in to comment.