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.
1 parent 18389fc commit 6ad6895Copy full SHA for 6ad6895
src/Models/WebauthnKey.php
@@ -19,7 +19,7 @@ class WebauthnKey extends Model
19
/**
20
* The attributes that aren't mass assignable.
21
*
22
- * @var string[]|bool
+ * @var array<string>
23
*/
24
protected $guarded = ['id'];
25
src/Services/Webauthn.php
@@ -180,6 +180,8 @@ public static function enabled(User $user): bool
180
181
182
* Test if the user can register a new key.
183
+ *
184
+ * @psalm-suppress PossiblyUnusedParam
185
186
public static function canRegister(User $user): bool
187
{
0 commit comments