mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-30 18:24:31 +00:00
Coding Standards: Cleans up some PHPCS issues introduced in [47938].
See #20875. git-svn-id: https://develop.svn.wordpress.org/trunk@47942 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -324,7 +324,7 @@ class Tests_Cache extends WP_UnitTestCase {
|
||||
wp_cache_set( 'foo2', 'bar', 'group1' );
|
||||
wp_cache_set( 'foo1', 'bar', 'group2' );
|
||||
|
||||
$found = wp_cache_get_multiple( array( 'foo1', 'foo2', 'foo3', ), 'group1' );
|
||||
$found = wp_cache_get_multiple( array( 'foo1', 'foo2', 'foo3' ), 'group1' );
|
||||
|
||||
$expected = array(
|
||||
'foo1' => 'bar',
|
||||
|
||||
Reference in New Issue
Block a user