Skip to content

Commit c282bf5

Browse files
jessarchergithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent d9ac331 commit c282bf5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Facades/Nightwatch.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
* @method static void pause()
1919
* @method static bool paused()
2020
* @method static void report(\Throwable $e, bool|null $handled = null)
21+
* @method static void redactCacheEvents(callable $callback)
22+
* @method static void redactCommands(callable $callback)
23+
* @method static void redactMail(callable $callback)
24+
* @method static void redactOutgoingRequests(callable $callback)
25+
* @method static void redactQueries(callable $callback)
26+
* @method static void redactRequests(callable $callback)
2127
* @method static void rejectCacheEvents(callable $callback)
2228
* @method static void rejectMail(callable $callback)
2329
* @method static void rejectNotifications(callable $callback)

0 commit comments

Comments
 (0)