diff options
author | Anatoly Pashin <anatoly.pashin@gmail.com> | 2016-07-25 13:08:39 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-25 13:08:39 +1000 |
commit | 48bef5f039241ebda966fa35cc67324e8e3c5272 (patch) | |
tree | 5edb6c9263bcfff7740fd50aeba99ece1891fac9 | |
parent | 8734493dbd611f8a6f2d8d4c6b604ea54f89cd1d (diff) | |
download | php-sparkpost-48bef5f039241ebda966fa35cc67324e8e3c5272.zip php-sparkpost-48bef5f039241ebda966fa35cc67324e8e3c5272.tar.gz php-sparkpost-48bef5f039241ebda966fa35cc67324e8e3c5272.tar.bz2 |
Fix phpdoc
-rw-r--r-- | lib/SparkPost/SparkPost.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SparkPost/SparkPost.php b/lib/SparkPost/SparkPost.php index 999eba4..60c87ee 100644 --- a/lib/SparkPost/SparkPost.php +++ b/lib/SparkPost/SparkPost.php @@ -61,7 +61,7 @@ class SparkPost * @param array $payload - either used as the request body or url query params * @param array $headers * - * @return SparkPostPromise or SparkPostResponse depending on sync or async request + * @return SparkPostPromise|SparkPostResponse Promise or Response depending on sync or async request */ public function request($method = 'GET', $uri = '', $payload = [], $headers = []) { |