Skip to content

Commit b9b559f

Browse files
committed
fix: style
1 parent 06215e1 commit b9b559f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ private function createDBWithNewSubclass(): PDO\Sqlite
3131
if (!class_exists('Pdo\Sqlite')) {
3232
$this->markTestSkipped('Pdo\Sqlite class is not available in this PHP version');
3333
}
34+
3435
return PDO::connect('sqlite::memory:');
3536
}
3637

0 commit comments

Comments
 (0)