diff --git a/src/Driver/Driver.php b/src/Driver/Driver.php index 773ff384..57088ddc 100644 --- a/src/Driver/Driver.php +++ b/src/Driver/Driver.php @@ -358,6 +358,8 @@ protected function createPDO(): PDO * * @param \DateTimeInterface $value * @return string + * + * @throws \Exception */ protected function formatDatetime(\DateTimeInterface $value): string {