]> source.dussan.org Git - nextcloud-server.git/commitdiff
adjust PHPDoc
authorThomas Müller <thomas.mueller@tmit.eu>
Thu, 10 Dec 2015 15:43:10 +0000 (16:43 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Thu, 10 Dec 2015 15:43:37 +0000 (16:43 +0100)
apps/dav/lib/systemtag/systemtagsbyidcollection.php
apps/dav/lib/systemtag/systemtagsobjecttypecollection.php

index 79b0aa8fbbd648e03d71cbbcd7649932344bc77f..974d04efa5f67aeb6e547fa2f096a07ed77f7af9 100644 (file)
@@ -48,6 +48,8 @@ class SystemTagsByIdCollection implements ICollection {
 
        /**
         * @param string $name
+        * @param resource|string $data Initial payload
+        * @throws Forbidden
         */
        function createFile($name, $data = null) {
                throw new Forbidden('Cannot create tags by id');
index 543a684c5bbe85f648a4c7a0384eb9ed6a5299c4..2a28b9c83aa8d13170f0984a259a7a5ef5a26cac 100644 (file)
@@ -63,6 +63,8 @@ class SystemTagsObjectTypeCollection implements ICollection {
 
        /**
         * @param string $name
+        * @param resource|string $data Initial payload
+        * @throws Forbidden
         */
        function createFile($name, $data = null) {
                throw new Forbidden('Permission denied to create nodes');