Skip to content

Commit 857d35a

Browse files
andrew-dembhomersimpsons
authored andcommitted
📦 Resolve phpstan issue - PHP 8.4 deprecation
1 parent 119353e commit 857d35a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Controller/GraphQL/InvalidUserPasswordException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class InvalidUserPasswordException extends GraphQLException
1010
{
11-
public static function create(Exception $previous = null): self
11+
public static function create(?Exception $previous = null): self
1212
{
1313
return new self('The provided user / password is incorrect.', 401, $previous, 'Security');
1414
}

0 commit comments

Comments
 (0)