mirror of
https://github.com/danog/psalm.git
synced 2024-12-02 17:52:45 +01:00
commit
efcd443340
@ -151,14 +151,8 @@ class PDOStatement implements Traversable
|
|||||||
*/
|
*/
|
||||||
public function fetchObject($class = \stdclass::class, array $ctorArgs = array()) {}
|
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 {}
|
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 {}
|
public function bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user