Skip to content

Commit

Permalink
Apply fixes from StyleCI (#142)
Browse files Browse the repository at this point in the history
Co-authored-by: StyleCI Bot <[email protected]>
  • Loading branch information
yajra and StyleCIBot authored May 25, 2024
1 parent dfbfe45 commit ae868db
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 ae868db

Please sign in to comment.