Skip to content

Commit a4f15b4

Browse files
committed
Ignore new PHPStan errors
1 parent 545e932 commit a4f15b4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Driver/PgSQL/Connection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public function __construct(private readonly PgSqlConnection $connection)
3131

3232
public function __destruct()
3333
{
34+
// @phpstan-ignore isset.initializedProperty
3435
if (! isset($this->connection)) {
3536
return;
3637
}

src/Driver/PgSQL/Statement.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public function __construct(
3939

4040
public function __destruct()
4141
{
42+
// @phpstan-ignore isset.initializedProperty
4243
if (! isset($this->connection)) {
4344
return;
4445
}

0 commit comments

Comments
 (0)