Fixes stati analysis

This commit is contained in:
Italo
2022-07-27 14:29:24 -04:00
committed by GitHub
parent 8277b1dd36
commit d18c9dcc5a
4 changed files with 7 additions and 3 deletions

View File

@@ -41,6 +41,7 @@ interface WebAuthnAuthenticatable
/**
* Returns a queryable relationship for its WebAuthn Credentials.
*
* @phpstan-ignore-next-line
* @return \Illuminate\Database\Eloquent\Relations\MorphMany|\Laragear\WebAuthn\Models\WebAuthnCredential
*/
public function webAuthnCredentials(): MorphMany;