We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36fe885 + 5e64969 commit 2ce21c4Copy full SHA for 2ce21c4
lib/Caxy/HtmlDiff/HtmlDiff.php
@@ -67,9 +67,7 @@ public function removeSpecialCaseChar($char)
67
68
public function setSpecialCaseTags(array $tags = array())
69
{
70
- if (!empty($tags)) {
71
- $this->specialCaseTags = $tags;
72
- }
+ $this->specialCaseTags = $tags;
73
74
foreach ($this->specialCaseTags as $tag) {
75
$this->addSpecialCaseTag($tag);
0 commit comments