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  bc39570cd76463da43e56a7d518529a9d0c04252 (commit)
      from  8f8782668d88145f5682cd3b290298d99814eaa9 (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=bc39570cd76463da43e56a7d518529a9d0c04252

commit bc39570cd76463da43e56a7d518529a9d0c04252
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Wed Jul 19 17:20:58 2017 +0200

    PHP Doc

diff --git a/src/common/include/utils.php b/src/common/include/utils.php
index 8ce5ea0..0691e03 100644
--- a/src/common/include/utils.php
+++ b/src/common/include/utils.php
@@ -379,7 +379,7 @@ function util_result_columns_to_assoc($result, $col_key = 
0, $col_val = 1) {
 /**
  * util_result_column_to_array - Takes a result set and turns the optional 
column into an array
  *
- * @param      int     $result The result set ID
+ * @param      resource        $result The result set
  * @param      int     $col    The column
  * @return     array
  *
diff --git a/src/common/widget/WidgetLayoutManager.class.php 
b/src/common/widget/WidgetLayoutManager.class.php
index fe32fe0..d4506d1 100644
--- a/src/common/widget/WidgetLayoutManager.class.php
+++ b/src/common/widget/WidgetLayoutManager.class.php
@@ -339,6 +339,7 @@ class WidgetLayoutManager {
         *
         * @param       int     $owner_id       the id of the newly created 
tracker
         * @param       array   $layoutDescArr  the descriptive array.
+        * @return      bool    success
         */
        function createLayoutForTrackerFromArray($owner_id, $layoutDescArr) {
                if (isset($layoutDescArr['rows']) && 
is_array($layoutDescArr['rows'])) {
@@ -456,6 +457,7 @@ class WidgetLayoutManager {
         *
         * @param       int     $group_id       the id of the newly created 
project
         * @param       array   $layoutDescArr  the descriptive array.
+        * @return      bool    success
         */
        function createLayoutForProjectFromArray($group_id, $layoutDescArr) {
                if (isset($layoutDescArr['rows']) && 
is_array($layoutDescArr['rows'])) {
@@ -762,9 +764,9 @@ class WidgetLayoutManager {
        /**
         * _displayWidgetsSelectionForm - displays a widget selection form
         *
-        * @param       title           $title
-        * @param       widgets         $widgets
-        * @param       used_widgets    $used_widgets
+        * @param       string  $title                  title
+        * @param       array   $widgets                widgets
+        * @param       array   $used_widgets   used widgets
         * @return      string
         */
        function _displayWidgetsSelectionForm($title, $widgets, $used_widgets) {

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

Summary of changes:
 src/common/include/utils.php                    | 2 +-
 src/common/widget/WidgetLayoutManager.class.php | 8 +++++---
 2 files changed, 6 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
FusionForge

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

Reply via email to