Add docs link, misc format tweaks
This commit is contained in:
@@ -45,7 +45,7 @@ class Custom
|
||||
is_bool($value) => PDO::PARAM_BOOL,
|
||||
is_int($value) => PDO::PARAM_INT,
|
||||
is_null($value) => PDO::PARAM_NULL,
|
||||
default => PDO::PARAM_STR
|
||||
default => PDO::PARAM_STR,
|
||||
};
|
||||
$stmt->bindValue($key, $value, $dataType);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user