Skip to content

Commit

Permalink
fixes doc block in Connector.php
Browse files Browse the repository at this point in the history
  • Loading branch information
saMahmoudzadeh committed May 17, 2024
1 parent feaef1a commit 6ddba45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Connectors/Connector.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ protected function createPdoConnection($dsn, $username, $password, $options)
* @param array $options
* @return \PDO
*
* @throws \Exception
* @throws \Throwable
*/
protected function tryAgainIfCausedByLostConnection(Throwable $e, $dsn, $username, $password, $options)
{
Expand Down

0 comments on commit 6ddba45

Please sign in to comment.