P0PST : query fails for lettered or unlettered

This commit is contained in:
sparkyx 2025-06-13 18:53:40 +02:00
parent 6e3d9c6ecf
commit cdf6942d23
2 changed files with 4 additions and 4 deletions

View file

@ -77,7 +77,7 @@ class HttpInput
/**
* \brief Check the type of the value
* @param $p_name name of the variable
* @param $p_type type of the variable (number,string,text,date,array)
* @param $p_type (string) type of the variable (number,string,text,date,array,raw)
* @throws Exception if the variable doesn't exist or type incorrect
* @todo Add regex:pattern
*/