Skip to content

Commit 3697da6

Browse files
committed
Update SQL.php
1 parent 86ed160 commit 3697da6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/Filter/SQL.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 SQL
8+
*
9+
* @package PhpWaf\Filter
10+
*/
611
class SQL 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)