Fixes static analysis
This commit is contained in:
@@ -11,7 +11,7 @@ class AssertionException extends ValidationException implements WebAuthnExceptio
|
||||
* Create a new Assertion Exception with the error message.
|
||||
*
|
||||
* @param string $message
|
||||
* @return \Laragear\WebAuthn\Exceptions\AssertionException
|
||||
* @return static
|
||||
*/
|
||||
public static function make(string $message): static
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@ class AttestationException extends ValidationException implements WebAuthnExcept
|
||||
* Create a new Attestation Exception with the error message.
|
||||
*
|
||||
* @param string $message
|
||||
* @return \Laragear\WebAuthn\Exceptions\AttestationException
|
||||
* @return static
|
||||
*/
|
||||
public static function make(string $message): static
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user