diff --git a/tests/ResourceSyncingTest.php b/tests/ResourceSyncingTest.php index 37bf5f8b..576845a6 100644 --- a/tests/ResourceSyncingTest.php +++ b/tests/ResourceSyncingTest.php @@ -932,13 +932,12 @@ class CentralUserProvidingDefaultValues extends CentralUser { public function getSyncedCreationAttributes(): array { - return - [ - 'name' => 'Default User', - 'email' => 'default@localhost', - 'password' => 'password', - 'role' => 'admin', - ]; + return [ + 'name' => 'Default User', + 'email' => 'default@localhost', + 'password' => 'password', + 'role' => 'admin', + ]; } }