Changeset 62870 for trunk/tests/phpunit/includes/object-cache.php
- Timestamp:
- 07/28/2026 04:23:21 PM (8 weeks ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/object-cache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/object-cache.php
r62699 r62870 2365 2365 $derived_key = $this->buildKey( $key, $group ); 2366 2366 2367 if ( isset( $this->cache[ $derived_key ] ) ) { 2368 return $this->cache[ $derived_key ]; 2369 } 2370 2371 return false; 2367 return $this->cache[ $derived_key ] ?? false; 2372 2368 } 2373 2369
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)