From 3b6b878e87cef6a5955dc5559710302fe9fe7051 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sat, 25 May 2024 08:17:46 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/ConnectionTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/ConnectionTest.php b/tests/ConnectionTest.php index e011a46..17d3282 100644 --- a/tests/ConnectionTest.php +++ b/tests/ConnectionTest.php @@ -141,6 +141,7 @@ public function testQuote() * Test if fails if requiring the last inserted id without a sequence. * * @return null + * * @throws \ReflectionException */ public function testLastIdWithoutSequence() @@ -152,6 +153,7 @@ public function testLastIdWithoutSequence() * Test if returns the last inserted id with a sequence. * * @return null + * * @throws \ReflectionException */ public function testLastIdWithSequence()