diff --git a/stubs/extensions/pdo.phpstub b/stubs/extensions/pdo.phpstub index aec496547..4169ffbed 100644 --- a/stubs/extensions/pdo.phpstub +++ b/stubs/extensions/pdo.phpstub @@ -151,14 +151,8 @@ class PDOStatement implements Traversable */ public function fetchObject($class = \stdclass::class, array $ctorArgs = array()) {} - /** - * @psalm-taint-sink sql $value - */ public function bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool {} - /** - * @psalm-taint-sink sql $var - */ public function bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool {} }