Skip to content

Commit 83246de

Browse files
Fix return description for wp_die()
Co-authored-by: John Blackbourn <[email protected]>
1 parent 12dc127 commit 83246de

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
@@ -3765,7 +3765,7 @@ function wp_nonce_ays( $action ) {
37653765
* is a WP_Error.
37663766
* @type bool $exit Whether to exit the process after completion. Default true.
37673767
* }
3768-
* @return never|void Returns false if `$args['exit']` is false, otherwise exits.
3768+
* @return never|void Returns void if `$args['exit']` is false, otherwise exits.
37693769
*
37703770
* @phpstan-return ( $args['exit'] is false ? void : never )
37713771
*/

0 commit comments

Comments
 (0)