Skip to content

Commit 5ef2cfa

Browse files
committed
fix: whitespace control
1 parent 4cd015b commit 5ef2cfa

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
@@ -97,7 +97,7 @@ public function test_pdo_sqlite_subclass(): void
9797
* Need to suppress because of different casing of the class name
9898
*
9999
* @psalm-suppress UndefinedClass
100-
* @var Pdo\Sqlite $db
100+
* @var Pdo\Sqlite $db
101101
*/
102102
$db = self::createDBWithNewSubclass();
103103
$this->assertCount(1, $this->storage);

0 commit comments

Comments
 (0)