From ae43252567cc7c9c831af9a332985cf2d70572a4 Mon Sep 17 00:00:00 2001 From: Sukhendu Sekhar Guria Date: Mon, 10 Feb 2025 12:40:20 +0530 Subject: [PATCH] Fix PHPCS Errors --- .../tests/rest-api/rest-application-passwords-controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/tests/rest-api/rest-application-passwords-controller.php b/tests/phpunit/tests/rest-api/rest-application-passwords-controller.php index 9b2eafcc9b956..a64e31c237577 100644 --- a/tests/phpunit/tests/rest-api/rest-application-passwords-controller.php +++ b/tests/phpunit/tests/rest-api/rest-application-passwords-controller.php @@ -893,7 +893,7 @@ public function test_create_item_with_empty_app_id() { public function test_create_item_with_uuid_app_id() { wp_set_current_user( self::$admin ); - $uuid = wp_generate_uuid4(); + $uuid = wp_generate_uuid4(); $request = new WP_REST_Request( 'POST', '/wp/v2/users/' . self::$admin . '/application-passwords' ); $request->set_body_params( array(