Skip to content

Commit cd4073c

Browse files
authored
Update ErrorException.php
1 parent 006b94e commit cd4073c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exceptions/ErrorException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static function invalidToken(): self
1313
return new self("__Secure-1PSID value must end with a single dot. Enter correct __Secure-1PSID value.");
1414
}
1515

16-
public static function errorResponse(String $status): self
16+
public static function errorResponse($status): self
1717
{
1818
return new self("Response Status: " . $status);
1919
}

0 commit comments

Comments
 (0)