Clarify error message parameter in RpcError constructor.
This commit is contained in:
parent
84db54feee
commit
47b8641c44
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class RpcError implements SerializableInterface
|
|||
*
|
||||
* @param string $id The ID of the RPC request
|
||||
* @param StandardError $code The error code
|
||||
* @param string $error The error message
|
||||
* @param string|null $error The error message
|
||||
*/
|
||||
public function __construct(string $id, StandardError $code, ?string $error)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue