[Pkg-owncloud-commits] [php-sabredav] 57/163: Fixed docblock typos

David Prévot taffit at moszumanska.debian.org
Tue May 20 18:54:53 UTC 2014


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

taffit pushed a commit to annotated tag upstream/2.0.0_beta1
in repository php-sabredav.

commit 42a043dae1b50d6077fd713c69d6fcfe143d7e04
Author: Markus Staab <markus.staab at redaxo.de>
Date:   Sun Apr 13 15:28:03 2014 +0200

    Fixed docblock typos
---
 lib/Sabre/DAV/FSExt/Node.php | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/lib/Sabre/DAV/FSExt/Node.php b/lib/Sabre/DAV/FSExt/Node.php
index e0c368c..1f6328d 100644
--- a/lib/Sabre/DAV/FSExt/Node.php
+++ b/lib/Sabre/DAV/FSExt/Node.php
@@ -53,10 +53,10 @@ abstract class Node extends DAV\FS\Node implements DAV\IProperties {
     }
 
     /**
-     * Returns a list of properties for this nodes.;
+     * Returns a list of properties for this nodes.
      *
      * The properties list is a list of propertynames the client requested, encoded as xmlnamespace#tagName, for example: http://www.example.org/namespace#author
-     * If the array is empty, all properties should be returned
+     * If the array is empty, all properties should be returned.
      *
      * @param array $properties
      * @return array
@@ -78,7 +78,7 @@ abstract class Node extends DAV\FS\Node implements DAV\IProperties {
     }
 
     /**
-     * Returns the path to the resource file
+     * Returns the path to the resource file.
      *
      * @return string
      */
@@ -90,7 +90,7 @@ abstract class Node extends DAV\FS\Node implements DAV\IProperties {
     }
 
     /**
-     * Returns all the stored resource information
+     * Returns all the stored resource information.
      *
      * @return array
      */
@@ -125,7 +125,7 @@ abstract class Node extends DAV\FS\Node implements DAV\IProperties {
     }
 
     /**
-     * Updates the resource information
+     * Updates the resource information.
      *
      * @param array $newData
      * @return void
@@ -158,7 +158,7 @@ abstract class Node extends DAV\FS\Node implements DAV\IProperties {
     }
 
     /**
-     * Renames the node
+     * Renames the node.
      *
      * @param string $name The new name
      * @return void
@@ -182,6 +182,7 @@ abstract class Node extends DAV\FS\Node implements DAV\IProperties {
     }
 
     /**
+     * Deletes the resource information.
      * @return bool
      */
     public function deleteResourceData() {

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



More information about the Pkg-owncloud-commits mailing list