Skip to content

Commit

Permalink
Generate stubs for WordPress Tests 6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Aug 10, 2023
1 parent 5ecf8ba commit 8534511
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.9.7
6.0.4
6 changes: 3 additions & 3 deletions wordpress-tests-stubs.php
Original file line number Diff line number Diff line change
Expand Up @@ -2046,7 +2046,7 @@ class WP_Object_Cache
*
* @var array
*/
public $no_mc_groups = array('comment', 'counts');
public $no_mc_groups = array('counts');
/**
* Prefix used for global groups.
*
Expand Down Expand Up @@ -3262,9 +3262,9 @@ class TracTickets
*/
protected static $trac_ticket_cache = array();
/**
* Checks if track ticket #$ticket_id is resolved
* Checks if Trac ticket #$ticket_id is resolved.
*
* @return bool|null true if the ticket is resolved, false if not resolved, null on error
* @return bool|null True if the ticket is resolved, false if not resolved, null on error.
*/
public static function isTracTicketClosed($trac_url, $ticket_id)
{
Expand Down

0 comments on commit 8534511

Please sign in to comment.