Skip to content

Commit

Permalink
fix type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
wangrzneu committed Dec 14, 2023
1 parent fcd683d commit d1ac4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Exception/UCloudException.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class UCloudException extends Exception
* @param int|int $retCode
* @param Throwable|null $previous
* @param string $requestId
* @param Response $response
* @param Response|null $response
*/
public function __construct($type, $message = "", $retCode = 0, $previous = null, $requestId = "", $response = null)
{
Expand Down

0 comments on commit d1ac4b8

Please sign in to comment.