Skip to content

Commit 526fbb5

Browse files
author
mpackard@wayfair.com
committed
The 'error' property of response is actually an Exception, not an array as specified in the comment
1 parent f8c0d01 commit 526fbb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class Response
1212
{
1313
/**
14-
* @var array
14+
* @var \Exception
1515
*/
1616
public $error;
1717

0 commit comments

Comments
 (0)