From e04957b0ed8d14b0eed5e7b47d922d659356743d Mon Sep 17 00:00:00 2001 From: Davide Iadeluca Date: Mon, 18 Nov 2024 11:35:21 +0100 Subject: [PATCH] style: formatting --- framework/core/tests/integration/api/users/CreateTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/tests/integration/api/users/CreateTest.php b/framework/core/tests/integration/api/users/CreateTest.php index 84b167e7cd..48d1340ad5 100644 --- a/framework/core/tests/integration/api/users/CreateTest.php +++ b/framework/core/tests/integration/api/users/CreateTest.php @@ -178,7 +178,7 @@ public function admin_can_create_user_with_longest_possible_local_part_email() */ public function admin_can_create_user_with_longest_valid_domain() { - $email = 't@'.str_repeat('a', 63).'.'.str_repeat('b', 63).'.'.str_repeat('c', 63).'.'. str_repeat('d', 58).'.x'; + $email = 't@'.str_repeat('a', 63).'.'.str_repeat('b', 63).'.'.str_repeat('c', 63).'.'.str_repeat('d', 58).'.x'; $response = $this->send( $this->request(