Skip to content

Commit

Permalink
Merge pull request #81 from voku/analysis-KZjy7A
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
voku authored Oct 3, 2021
2 parents 6bdc6c3 + 545b650 commit 9057503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/voku/helper/AntiXSS.php
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ function ($matches) {
return $this->_js_src_removal_callback($matches);
},
$str
);
);
}
$str = (string)$strTmp;
}
Expand Down

0 comments on commit 9057503

Please sign in to comment.