Skip to content

Commit

Permalink
[fix] Initialization error WF\Hypernova\Response::$error
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Dmitrienko committed Oct 12, 2021
1 parent e130a90 commit 3948233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class Response
{
public ?\Exception $error;
public ?\Exception $error = null;

/**
* @var \WF\Hypernova\JobResult[]
Expand Down

0 comments on commit 3948233

Please sign in to comment.