Skip to content

Commit f4ec0f7

Browse files
committed
Fix phpcs linting error
1 parent 750ca84 commit f4ec0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/functions/wpGetArchives.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public function test_wp_get_archives_post_type() {
210210
*/
211211
public function test_wp_get_archives_args_filter() {
212212
// Test that the filter can modify the limit argument.
213-
$filter_callback = function( $args ) {
213+
$filter_callback = function ( $args ) {
214214
$args['limit'] = 3;
215215
return $args;
216216
};

0 commit comments

Comments
 (0)