Skip to content

Commit d429181

Browse files
justlevineCopilot
andauthored
Update src/wp-includes/functions.php
Co-authored-by: Copilot <[email protected]>
1 parent acfeb8d commit d429181

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3766,7 +3766,7 @@ function wp_nonce_ays( $action ) {
37663766
* @type bool $exit Whether to exit the process after completion. Default true.
37673767
* }
37683768
*
3769-
* @return never|void Returns false if `$args['exit']` is false, otherwise exists.
3769+
* @return never|void Returns false if `$args['exit']` is false, otherwise exits.
37703770
*
37713771
* @phpstan-return ($args['exit'] is false ? void : never)
37723772
*/

0 commit comments

Comments
 (0)