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 25
25
use Kreait \Firebase \Exception \Auth \RevokedSessionCookie ;
26
26
use Kreait \Firebase \Exception \Auth \UserDisabled ;
27
27
use Kreait \Firebase \Exception \Auth \UserNotFound ;
28
- use Kreait \Firebase \Request ;
29
28
use Kreait \Firebase \Request \CreateUser ;
30
29
use Kreait \Firebase \Request \UpdateUser ;
31
30
use Lcobucci \JWT \Token ;
@@ -82,7 +81,7 @@ public function listUsers(int $maxResults = 1000, int $batchSize = 1000): Traver
82
81
/**
83
82
* Creates a new user with the provided properties.
84
83
*
85
- * @param array<non-empty-string, mixed>|Request\ CreateUser $properties
84
+ * @param array<non-empty-string, mixed>|CreateUser $properties
86
85
*
87
86
* @throws Exception\AuthException
88
87
* @throws Exception\FirebaseException
@@ -92,7 +91,7 @@ public function createUser(array|CreateUser $properties): UserRecord;
92
91
/**
93
92
* Updates the given user with the given properties.
94
93
*
95
- * @param non-empty-array<non-empty-string, mixed>|Request\ UpdateUser $properties
94
+ * @param non-empty-array<non-empty-string, mixed>|UpdateUser $properties
96
95
*
97
96
* @throws Exception\AuthException
98
97
* @throws Exception\FirebaseException
You can’t perform that action at this time.
0 commit comments