Skip to content

Commit

Permalink
small provenance fixes
Browse files Browse the repository at this point in the history
Summary:
Going over various unhandled cases.

Among other stuff, this diff fixes all remaining logs for URI class (T77994026) and for graphql (T81684272)

Reviewed By: admdikramr

Differential Revision: D25928482

fbshipit-source-id: 335bc492cb7b3f7a07f78ef65f8ce24c8d55676c
  • Loading branch information
dneiter authored and facebook-github-bot committed Jan 18, 2021
1 parent 6d5c0f2 commit 4e9fc00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/async/BasePoll.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ final protected function addMultiImpl(
}
}

<<__ProvenanceSkipFrame>>
final public async function next(): Awaitable<?(Tk, Tv)> {
invariant(
$this->lastAwaited !== null,
Expand Down

0 comments on commit 4e9fc00

Please sign in to comment.