Skip to content

Commit c6a3174

Browse files
committed
formatting
1 parent bdf7699 commit c6a3174

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Illuminate/Database/Connectors/MySqlConnector.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@ public function connect(array $config)
4242
}
4343

4444
/**
45-
* Set the connection character set and collation.
45+
* Set the connection transaction isolation level.
4646
*
4747
* @param \PDO $connection
4848
* @param array $config
49-
* @return void|\PDO
49+
* @return void
5050
*/
5151
protected function configureIsolationLevel($connection, array $config)
5252
{
5353
if (! isset($config['isolation_level'])) {
54-
return $connection;
54+
return;
5555
}
5656

5757
$connection->prepare(

0 commit comments

Comments
 (0)