Skip to content

Commit

Permalink
Merge pull request #17 from morganpackard/error_property_is_exception
Browse files Browse the repository at this point in the history
Changed type of 'error' property in response
  • Loading branch information
roippi authored Nov 4, 2019
2 parents f8c0d01 + de9007b commit 20ec905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ before_script:

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

after_success:
- bash <(curl -s https://codecov.io/bash)
2 changes: 1 addition & 1 deletion src/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class Response
{
/**
* @var array
* @var \Exception
*/
public $error;

Expand Down

0 comments on commit 20ec905

Please sign in to comment.