diff options
author | git-marijus <mario@mariovavti.com> | 2017-06-01 08:16:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-01 08:16:55 +0200 |
commit | 2e54024b92b8d1a86771c20831495d498f96d690 (patch) | |
tree | a96be42ef1e00f370bfba8ddf138917b8e0aa581 /vendor/sabre/http/lib/ResponseInterface.php | |
parent | 14229d0dd3205ea1e85d2c26d6c79bd68d19eda3 (diff) | |
parent | ea1997128529965fa92f1a182c2a7ad02b88d3e3 (diff) | |
download | volse-hubzilla-2e54024b92b8d1a86771c20831495d498f96d690.tar.gz volse-hubzilla-2e54024b92b8d1a86771c20831495d498f96d690.tar.bz2 volse-hubzilla-2e54024b92b8d1a86771c20831495d498f96d690.zip |
Merge pull request #804 from dawnbreak/dev
:arrow_up:Update Sabre libraries.
Diffstat (limited to 'vendor/sabre/http/lib/ResponseInterface.php')
-rw-r--r-- | vendor/sabre/http/lib/ResponseInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/sabre/http/lib/ResponseInterface.php b/vendor/sabre/http/lib/ResponseInterface.php index c0ecc35ae..411cdc06c 100644 --- a/vendor/sabre/http/lib/ResponseInterface.php +++ b/vendor/sabre/http/lib/ResponseInterface.php @@ -37,7 +37,7 @@ interface ResponseInterface extends MessageInterface { * added. * * @param string|int $status - * @throws \InvalidArgumentExeption + * @throws \InvalidArgumentException * @return void */ function setStatus($status); |