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.
1 parent 36fe885 commit 5e64969Copy full SHA for 5e64969
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