Skip to content

Commit c24fcf2

Browse files
committed
fix: casing
1 parent f2bdd2c commit c24fcf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function test_pdo_construct(): void
8787
public function test_pdo_sqlite_subclass(): void
8888
{
8989
$this->assertCount(0, $this->storage);
90-
/** @var PDO\Sqlite $db */
90+
/** @var Pdo\Sqlite $db */
9191
$db = self::createDBWithNewSubclass();
9292
$this->assertCount(1, $this->storage);
9393
$span = $this->storage->offsetGet(0);

0 commit comments

Comments
 (0)