We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8c0d01 + de9007b commit 20ec905Copy full SHA for 20ec905
.travis.yml
@@ -14,7 +14,7 @@ before_script:
14
15
# Commands you want to run that will verify your build.
16
script:
17
- - phpunit --coverage-text --coverage-clover=coverage.clover
+ - php vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
18
19
after_success:
20
- bash <(curl -s https://codecov.io/bash)
src/Response.php
@@ -11,7 +11,7 @@
11
class Response
12
{
13
/**
- * @var array
+ * @var \Exception
*/
public $error;
0 commit comments