This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  93bdafe1262c070aae6044750359ace8f921c73f (commit)
      from  152be5cae4e5f7f2126158c81ab48b8890db23cd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=93bdafe1262c070aae6044750359ace8f921c73f

commit 93bdafe1262c070aae6044750359ace8f921c73f
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Tue May 9 15:30:21 2017 +0200

    PHP Doc

diff --git a/src/common/docman/include/webdav.php 
b/src/common/docman/include/webdav.php
index b7b5f11..93ee511 100644
--- a/src/common/docman/include/webdav.php
+++ b/src/common/docman/include/webdav.php
@@ -63,6 +63,9 @@ class HTTP_WebDAV_Server_Docman extends HTTP_WebDAV_Server {
        /**
         * HEAD - unused
         * @todo Do a correct implementation
+        *
+        * @param       array   $options
+        * @return      bool
         */
        function HEAD(&$options) {
                return true;
@@ -212,6 +215,7 @@ class HTTP_WebDAV_Server_Docman extends HTTP_WebDAV_Server {
         * called by HTTP_WebDAV_Server
         *
         * @param       array   $options        options passed by previous 
functions in HTTP_WebDAV_Server
+        * @return      bool
         */
        function GET(&$options) {
                $arr_path = explode('/', rtrim($options['path'], '/'));
@@ -303,6 +307,7 @@ class HTTP_WebDAV_Server_Docman extends HTTP_WebDAV_Server {
         * called by HTTP_WebDAV_Server
         *
         * @param       array   $options        options passed by previous 
functions in HTTP_WebDAV_Server
+        * @return      string
         */
        function PUT(&$options) {
                $arr_path = explode('/', rtrim($options['path'], '/'));
@@ -417,6 +422,7 @@ class HTTP_WebDAV_Server_Docman extends HTTP_WebDAV_Server {
         * called by HTTP_WebDAV_Server
         *
         * @param       array   $options        options passed by previous 
functions in HTTP_WebDAV_Server
+        * @return      string
         */
        function MKCOL(&$options) {
                $arr_path = explode('/', rtrim($options['path'], '/'));
@@ -446,6 +452,7 @@ class HTTP_WebDAV_Server_Docman extends HTTP_WebDAV_Server {
         * called by HTTP_WebDAV_Server
         *
         * @param       array   $options        options passed by previous 
functions in HTTP_WebDAV_Server
+        * @return      string
         */
        function MOVE(&$options) {
                $arr_path = explode('/', rtrim($options['path'], '/'));

-----------------------------------------------------------------------

Summary of changes:
 src/common/docman/include/webdav.php | 7 +++++++
 1 file changed, 7 insertions(+)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to