Skip to content

Commit 9a69bd1

Browse files
committed
testing_hooks.h: fix @param tags in docs
1 parent 3ec30d1 commit 9a69bd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Firestore/core/src/util/testing_hooks.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ class TestingHooks final {
7979
* could still occur _after_ unregistering.
8080
*/
8181
std::shared_ptr<api::ListenerRegistration> OnExistenceFilterMismatch(
82-
ExistenceFilterMismatchCallback);
82+
ExistenceFilterMismatchCallback callback);
8383

8484
/**
8585
* Invokes all currently-registered `OnExistenceFilterMismatch` callbacks
8686
* synchronously.
8787
* @param info Information about the existence filter mismatch.
8888
*/
89-
void NotifyOnExistenceFilterMismatch(const ExistenceFilterMismatchInfo&);
89+
void NotifyOnExistenceFilterMismatch(const ExistenceFilterMismatchInfo& info);
9090

9191
private:
9292
TestingHooks() = default;

0 commit comments

Comments
 (0)