Skip to content

Commit 8534511

Browse files
committed
Generate stubs for WordPress Tests 6.0.4
1 parent 5ecf8ba commit 8534511

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.9.7
1+
6.0.4

wordpress-tests-stubs.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2046,7 +2046,7 @@ class WP_Object_Cache
20462046
*
20472047
* @var array
20482048
*/
2049-
public $no_mc_groups = array('comment', 'counts');
2049+
public $no_mc_groups = array('counts');
20502050
/**
20512051
* Prefix used for global groups.
20522052
*
@@ -3262,9 +3262,9 @@ class TracTickets
32623262
*/
32633263
protected static $trac_ticket_cache = array();
32643264
/**
3265-
* Checks if track ticket #$ticket_id is resolved
3265+
* Checks if Trac ticket #$ticket_id is resolved.
32663266
*
3267-
* @return bool|null true if the ticket is resolved, false if not resolved, null on error
3267+
* @return bool|null True if the ticket is resolved, false if not resolved, null on error.
32683268
*/
32693269
public static function isTracTicketClosed($trac_url, $ticket_id)
32703270
{

0 commit comments

Comments
 (0)