Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed May 25, 2024
1 parent dfbfe45 commit 3b6b878
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ConnectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand All @@ -152,6 +153,7 @@ public function testLastIdWithoutSequence()
* Test if returns the last inserted id with a sequence.
*
* @return null
*
* @throws \ReflectionException
*/
public function testLastIdWithSequence()
Expand Down

0 comments on commit 3b6b878

Please sign in to comment.