aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/xml/lib/Service.php
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2019-06-18 11:47:26 +0200
committerMax Kostikov <max@kostikov.co>2019-06-18 11:47:26 +0200
commite2abc0b7277956651d2947c34a0522a77a59a9a5 (patch)
tree95e9c8863d20b7c91a6d07297cacd2ef8cf32818 /vendor/sabre/xml/lib/Service.php
parent43cec4398d0d035dd9446988134b814513a73080 (diff)
parenta677a68ab7e1f50f5b11c02a42dbc6cad3ebb444 (diff)
downloadvolse-hubzilla-e2abc0b7277956651d2947c34a0522a77a59a9a5.tar.gz
volse-hubzilla-e2abc0b7277956651d2947c34a0522a77a59a9a5.tar.bz2
volse-hubzilla-e2abc0b7277956651d2947c34a0522a77a59a9a5.zip
Merge branch 'dev' into 'dev'
Dev See merge request kostikov/core!1
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) {