Method \ClickHouseDB\Quote\ValueFormatter::escapeString() does not have parameter type hint for its parameter $value but it should be possible to add it based on @param annotation "string".
Method \ClickHouseDB\Quote\ValueFormatter::escapeString() does not have return type hint for its return value but it should be possible to add it based on @return annotation "string".
Loading history...
61
{
62
17
return addslashes($value);
63
}
64
65
/**
66
* @return string
67
*/
68
17
private static function formatStringParameter($value)
Method \ClickHouseDB\Quote\ValueFormatter::formatStringParameter() does not have return type hint for its return value but it should be possible to add it based on @return annotation "string".