Skip to content

Commit 2d00a5f

Browse files
Ignore what in is my opinion a false positive
1 parent 80dbdb8 commit 2d00a5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AbstractMysqliDatabaseConnection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ final public static function connect(string $host, string $username, string $pas
4949

5050
$connection->options(MYSQLI_OPT_INT_AND_FLOAT_NATIVE, 1);
5151

52+
/** @phpstan-ignore new.staticInAbstractClassStaticMethod */
5253
return new static($connection);
5354
}
5455

0 commit comments

Comments
 (0)