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 4cd015b commit 5ef2cfaCopy full SHA for 5ef2cfa
src/Instrumentation/PDO/tests/Integration/PDOInstrumentationTest.php
@@ -97,7 +97,7 @@ public function test_pdo_sqlite_subclass(): void
97
* Need to suppress because of different casing of the class name
98
*
99
* @psalm-suppress UndefinedClass
100
- * @var Pdo\Sqlite $db
+ * @var Pdo\Sqlite $db
101
*/
102
$db = self::createDBWithNewSubclass();
103
$this->assertCount(1, $this->storage);
0 commit comments