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 f2bdd2c commit c24fcf2Copy full SHA for c24fcf2
src/Instrumentation/PDO/tests/Integration/PDOInstrumentationTest.php
@@ -87,7 +87,7 @@ public function test_pdo_construct(): void
87
public function test_pdo_sqlite_subclass(): void
88
{
89
$this->assertCount(0, $this->storage);
90
- /** @var PDO\Sqlite $db */
+ /** @var Pdo\Sqlite $db */
91
$db = self::createDBWithNewSubclass();
92
$this->assertCount(1, $this->storage);
93
$span = $this->storage->offsetGet(0);
0 commit comments