Skip to content

Commit 254b439

Browse files
committed
Docs: Add @return never to dead_db().
1 parent 80da52a commit 254b439

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/wp-includes/functions.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5501,6 +5501,8 @@ function wp_ob_end_flush_all() {
55015501
* @since 2.3.2
55025502
*
55035503
* @global wpdb $wpdb WordPress database abstraction object.
5504+
*
5505+
* @return never
55045506
*/
55055507
function dead_db() {
55065508
global $wpdb;

0 commit comments

Comments
 (0)