Unverified Commit 66bb6871 authored by Grégoire Paris's avatar Grégoire Paris Committed by GitHub

Merge pull request #3878 from andrew-demb/patch-1

Add missed end of comment
parents f089a938 c3286d80
......@@ -160,7 +160,7 @@ following code in Doctrine:
use Doctrine\DBAL\DriverManager;
use Doctrine\DBAL\Id\TableGenerator;
$conn = DriverManager::getConnection(/**..**); // connection 1
$conn = DriverManager::getConnection(/**..**/); // connection 1
// creating the TableGenerator automatically opens a second connection.
$tableGenerator = new TableGenerator($conn, "sequences_tbl_name");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment