[Pkg-owncloud-commits] [php-sabredav] 45/220: Fixed some docblocks

David Prévot taffit at moszumanska.debian.org
Thu May 12 01:21:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabredav.

commit f6aa8f7262d3875521c6e2077c0b3176a050950a
Author: Evert Pot <me at evertpot.com>
Date:   Mon Jan 11 20:57:42 2016 -0500

    Fixed some docblocks
---
 lib/DAV/Sharing/ISharedNode.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/DAV/Sharing/ISharedNode.php b/lib/DAV/Sharing/ISharedNode.php
index 3cf10d7..034aefb 100644
--- a/lib/DAV/Sharing/ISharedNode.php
+++ b/lib/DAV/Sharing/ISharedNode.php
@@ -43,7 +43,7 @@ interface ISharedNode extends INode {
      *
      * Every item must be a Sharee object.
      *
-     * @param Sharee[] $sharees
+     * @param \Sabre\DAV\Xml\Element\Sharee[] $sharees
      * @return void
      */
     function updateInvites(array $sharees);
@@ -62,7 +62,7 @@ interface ISharedNode extends INode {
      *
      * * $properties
      *
-     * @return array
+     * @return \Sabre\DAV\Xml\Element\Sharee[]
      */
     function getInvites();
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-php/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list