We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545e932 commit a4f15b4Copy full SHA for a4f15b4
src/Driver/PgSQL/Connection.php
@@ -31,6 +31,7 @@ public function __construct(private readonly PgSqlConnection $connection)
31
32
public function __destruct()
33
{
34
+ // @phpstan-ignore isset.initializedProperty
35
if (! isset($this->connection)) {
36
return;
37
}
src/Driver/PgSQL/Statement.php
@@ -39,6 +39,7 @@ public function __construct(
39
40
41
42
43
44
45
0 commit comments