Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
Fix coding standards spacing in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyrob committed Oct 30, 2023
1 parent 5a9c3c2 commit 4d14e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/tests/user/queryCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ public function test_query_cache_do_not_cache() {

$q1 = new WP_User_Query( $args );
$found1 = $q1->get_results();
$callback = static function( $user ) {
$callback = static function ( $user ) {
return (array) $user;
};

Expand Down

0 comments on commit 4d14e20

Please sign in to comment.