We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278422c commit 75d38d6Copy full SHA for 75d38d6
README.md
@@ -380,7 +380,7 @@ No time outs are supported. If the connection to the database server is lost or
380
interrupted, the lock is automatically released.
381
382
```php
383
-$pdo = new PDO('pgsql:host=localhost;dbname=test;', 'username');
+$pdo = new PDO('pgsql:host=localhost;dbname=test', 'username');
384
385
$mutex = new PgAdvisoryLockMutex($pdo, 'balance');
386
$mutex->synchronized(function () use ($bankAccount, $amount) {
0 commit comments