File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2525use Kreait \Firebase \Exception \Auth \RevokedSessionCookie ;
2626use Kreait \Firebase \Exception \Auth \UserDisabled ;
2727use Kreait \Firebase \Exception \Auth \UserNotFound ;
28- use Kreait \Firebase \Request ;
2928use Kreait \Firebase \Request \CreateUser ;
3029use Kreait \Firebase \Request \UpdateUser ;
3130use Lcobucci \JWT \Token ;
@@ -82,7 +81,7 @@ public function listUsers(int $maxResults = 1000, int $batchSize = 1000): Traver
8281 /**
8382 * Creates a new user with the provided properties.
8483 *
85- * @param array<non-empty-string, mixed>|Request\ CreateUser $properties
84+ * @param array<non-empty-string, mixed>|CreateUser $properties
8685 *
8786 * @throws Exception\AuthException
8887 * @throws Exception\FirebaseException
@@ -92,7 +91,7 @@ public function createUser(array|CreateUser $properties): UserRecord;
9291 /**
9392 * Updates the given user with the given properties.
9493 *
95- * @param non-empty-array<non-empty-string, mixed>|Request\ UpdateUser $properties
94+ * @param non-empty-array<non-empty-string, mixed>|UpdateUser $properties
9695 *
9796 * @throws Exception\AuthException
9897 * @throws Exception\FirebaseException
You can’t perform that action at this time.
0 commit comments