@@ -55,7 +55,7 @@ |
||
55 | 55 | /** |
56 | 56 | * Securize a variable |
57 | 57 | * |
58 | - * @param mixed $data The variable to securize |
|
58 | + * @param string $data The variable to securize |
|
59 | 59 | * @param string $type The type of datas |
60 | 60 | * @param boolean $htmlentities If use htmlentities function |
61 | 61 | * to more securize |