Skip to content

Commit 20ec905

Browse files
authored
Merge pull request #17 from morganpackard/error_property_is_exception
Changed type of 'error' property in response
2 parents f8c0d01 + de9007b commit 20ec905

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_script:
1414

1515
# Commands you want to run that will verify your build.
1616
script:
17-
- phpunit --coverage-text --coverage-clover=coverage.clover
17+
- php vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
1818

1919
after_success:
2020
- bash <(curl -s https://codecov.io/bash)

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)