Skip to content

Commit 70e5a29

Browse files
authored
fixing API refs for beta10 (#173)
cleaning up the last couple of breaks not included in #171
1 parent 1b7bd84 commit 70e5a29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/QueryWatcher.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public function recordQuery(QueryExecuted $query): void
5353
];
5454

5555
$attributes[TraceAttributes::DB_STATEMENT] = $query->sql;
56+
/** @psalm-suppress PossiblyInvalidArgument */
5657
$span->setAttributes($attributes);
5758
$span->end($nowInNs);
5859
}

0 commit comments

Comments
 (0)