It seems like bindValue() must be provided by classes using this trait. How about adding it as abstract method to this trait?
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
47
$this->/** @scrutinizer ignore-call */
48
bindValue([
Loading history...
48
$columnNormalised => $value,
49
]);
50
51
return $this;
52
}
53
54
/**
55
* @return null|string
56
*/
57
protected function buildOnDuplicateKeyUpdateQueryPart(): ?string