Skip to content

Commit b8c75f9

Browse files
committed
fix: ignore invalid casing
1 parent 7ac848d commit b8c75f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Instrumentation/PDO/tests/Integration/PDOInstrumentationTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ public function test_pdo_construct(): void
8484

8585
/**
8686
* @psalm-suppress UndefinedClass
87+
* @psalm-suppress InvalidClass
8788
*/
8889
public function test_pdo_sqlite_subclass(): void
8990
{
@@ -98,6 +99,7 @@ public function test_pdo_sqlite_subclass(): void
9899
* Need to suppress because of different casing of the class name
99100
*
100101
* @psalm-suppress UndefinedClass
102+
* @psalm-suppress InvalidClass
101103
* @var Pdo\Sqlite $db
102104
*/
103105
$db = self::createDBWithNewSubclass();

0 commit comments

Comments
 (0)