Method \ClickHouseDB\Quote\ValueFormatter::escapeString() does not have native 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 native return type hint for its return value but it should be possible to add it based on @return annotation "string".
Loading history...
67
{
68
19
return addslashes($value);
69
}
70
71
/**
72
* @return string
73
*/
74
19
private static function formatStringParameter($value)
Method \ClickHouseDB\Quote\ValueFormatter::formatStringParameter() does not have native return type hint for its return value but it should be possible to add it based on @return annotation "string".