We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b046dfc + 97fb3e5 commit f4cdfb6Copy full SHA for f4cdfb6
src/Entities/AccessToken.php
@@ -13,7 +13,7 @@
13
* Represents a single Personal Access Token, used
14
* for authenticating users for an API.
15
*
16
- * @property Time|null $last_used_at
+ * @property string|Time|null $last_used_at
17
*/
18
class AccessToken extends Entity
19
{
src/Entities/UserIdentity.php
@@ -21,9 +21,9 @@
21
* though a Authenticator may want to enforce only one exists for that
22
* user, like a password.
23
24
25
- * @property string|null $secret
26
- * @property string|null $secret2
+ * @property string|null $secret
+ * @property string|null $secret2
27
28
class UserIdentity extends Entity
29
0 commit comments