Passed
Push — master ( dfda13...8ba49c )
by NexusLink
02:40
created
src/HtmlTagFilter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,8 +21,8 @@
 block discarded – undo
21 21
      */
22 22
     public function purify($content, $tags) {
23 23
 
24
-        if(!empty($tags)) {
25
-            foreach($tags as $tag)
24
+        if (!empty($tags)) {
25
+            foreach ($tags as $tag)
26 26
             {
27 27
                 $content = preg_replace("/<\\/?" . $tag . "(.|\\s)*?>/", '', $content);
28 28
             }    
Please login to merge, or discard this patch.