aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/xml/lib/Service.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-06-17 11:50:17 +0200
committerMario Vavti <mario@mariovavti.com>2019-06-17 11:50:17 +0200
commitc0b9ab930d716178df5f27dc92d91ef32f1e0f0a (patch)
tree833f99390ba2291b33907e41e6f31e4683f01253 /vendor/sabre/xml/lib/Service.php
parentf106b1db158ed2e8f620e046c3ca06b8584149e9 (diff)
downloadvolse-hubzilla-c0b9ab930d716178df5f27dc92d91ef32f1e0f0a.tar.gz
volse-hubzilla-c0b9ab930d716178df5f27dc92d91ef32f1e0f0a.tar.bz2
volse-hubzilla-c0b9ab930d716178df5f27dc92d91ef32f1e0f0a.zip
update composer libs
Diffstat (limited to 'vendor/sabre/xml/lib/Service.php')
-rw-r--r--vendor/sabre/xml/lib/Service.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/vendor/sabre/xml/lib/Service.php b/vendor/sabre/xml/lib/Service.php
index 09ee341cf..acea94ea9 100644
--- a/vendor/sabre/xml/lib/Service.php
+++ b/vendor/sabre/xml/lib/Service.php
@@ -138,7 +138,8 @@ class Service {
* @param string|string[] $rootElementName
* @param string|resource $input
* @param string|null $contextUri
- * @return void
+ * @throws ParseException
+ * @return array|object|string
*/
function expect($rootElementName, $input, $contextUri = null) {