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 006b94e commit cd4073cCopy full SHA for cd4073c
src/Exceptions/ErrorException.php
@@ -13,7 +13,7 @@ public static function invalidToken(): self
13
return new self("__Secure-1PSID value must end with a single dot. Enter correct __Secure-1PSID value.");
14
}
15
16
- public static function errorResponse(String $status): self
+ public static function errorResponse($status): self
17
{
18
return new self("Response Status: " . $status);
19
0 commit comments