mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 10:31:59 -04:00
More type fixes
This commit is contained in:
parent
a5a19f947f
commit
99b5fd66f2
17 changed files with 103 additions and 122 deletions
|
@ -321,6 +321,7 @@ class Db{
|
|||
*/
|
||||
protected static function PreparePdoHandle(string $sql, array $params): \PDOStatement{
|
||||
try{
|
||||
/** @throws \PDOException */
|
||||
$handle = static::$Link->prepare($sql);
|
||||
}
|
||||
catch(\PDOException $ex){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue