Comment typo fix

This commit is contained in:
2024-08-21 11:22:33 +09:00
parent 58b126ab83
commit a565d2899b

View File

@@ -32,7 +32,7 @@ final class AmazonErrors extends RuntimeException
'code' => $error_code,
'type' => $error_type,
'message' => $message,
// atach log data if exists
// attach log data if exists
'log_id' => AmazonDebug::getId(),
'log' => AmazonDebug::getLog(),
])) ?: 'AmazonErrors: json encode problem: ' . $message,