Skip to content

Commit 639c39e

Browse files
Grigorii DucaStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 4f384e7 commit 639c39e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Connection/ConnectionManager.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,9 @@ public function sqlExecute(string $sql, array $params = []): int
172172
/**
173173
* @param string|null $sequenceId
174174
*
175-
* @return mixed
176175
* @throws \Exception
176+
*
177+
* @return mixed
177178
*/
178179
public function lastInsertId(string $sequenceId = null)
179180
{

0 commit comments

Comments
 (0)