aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/dav/lib/CardDAV/AddressBookHome.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-01-03 10:53:37 +0000
committerMario <mario@mariovavti.com>2024-01-03 10:53:37 +0000
commit322b619a7122fa812321ceb67016e0b1ce4affb6 (patch)
tree660fd384b04db56763d7bc2a18c1c18173f19f6e /vendor/sabre/dav/lib/CardDAV/AddressBookHome.php
parentdff906ca69efbb8ae18e9954ec7a937e36b50308 (diff)
downloadvolse-hubzilla-322b619a7122fa812321ceb67016e0b1ce4affb6.tar.gz
volse-hubzilla-322b619a7122fa812321ceb67016e0b1ce4affb6.tar.bz2
volse-hubzilla-322b619a7122fa812321ceb67016e0b1ce4affb6.zip
update sabre/dav
Diffstat (limited to 'vendor/sabre/dav/lib/CardDAV/AddressBookHome.php')
-rw-r--r--vendor/sabre/dav/lib/CardDAV/AddressBookHome.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/sabre/dav/lib/CardDAV/AddressBookHome.php b/vendor/sabre/dav/lib/CardDAV/AddressBookHome.php
index 884e9b24e..d7365fbe8 100644
--- a/vendor/sabre/dav/lib/CardDAV/AddressBookHome.php
+++ b/vendor/sabre/dav/lib/CardDAV/AddressBookHome.php
@@ -92,10 +92,10 @@ class AddressBookHome extends DAV\Collection implements DAV\IExtendedCollection,
*
* This is currently not allowed
*
- * @param string $filename
+ * @param string $name
* @param resource $data
*/
- public function createFile($filename, $data = null)
+ public function createFile($name, $data = null)
{
throw new DAV\Exception\MethodNotAllowed('Creating new files in this collection is not supported');
}