Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b9666f

Browse files
committed
correct docblock
1 parent bd41cc2 commit 9b9666f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Illuminate/Database/QueryException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function __construct($sql, array $bindings, $previous)
4545
*
4646
* @param string $sql
4747
* @param array $bindings
48-
* @param \PDOException $previous
48+
* @param \Exception $previous
4949
* @return string
5050
*/
5151
protected function formatMessage($sql, $bindings, $previous)

0 commit comments

Comments
 (0)