Skip to content

Commit 76ac6c2

Browse files
committed
Update XSS.php
1 parent 3697da6 commit 76ac6c2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/Filter/XSS.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

44
use PhpWaf\BaseFilter;
55

6+
/**
7+
* Class XSS
8+
*
9+
* @package PhpWaf\Filter
10+
*/
611
class XSS extends BaseFilter
712
{
813
/**
@@ -35,4 +40,4 @@ public function safe(string $value): bool
3540

3641
return true;
3742
}
38-
}
43+
}

0 commit comments

Comments
 (0)