Unverified Commit c3286d80 authored by Andrii Dembitskyi's avatar Andrii Dembitskyi Committed by GitHub

Add missed end of comment

parent a0e23739
......@@ -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