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  4ac7a41ebd5120627f088373c45b9e8022740ea6 (commit)
      from  cbe80dcd49b865e70b16eea4dc83b0ff079a34a1 (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=4ac7a41ebd5120627f088373c45b9e8022740ea6

commit 4ac7a41ebd5120627f088373c45b9e8022740ea6
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Thu Aug 3 16:02:11 2017 +0200

    PHP Doc

diff --git a/src/www/include/Layout.class.php b/src/www/include/Layout.class.php
index 2d0b0b7..850f004 100644
--- a/src/www/include/Layout.class.php
+++ b/src/www/include/Layout.class.php
@@ -1303,10 +1303,10 @@ abstract class Layout extends FFError {
        /**
         * paging_top - Display Introduction to paging & form to set the paging 
preference
         *
-        * @param       integer $start          start of the list
-        * @param       integer $paging         number of element per page
-        * @param       integer $totalElements  total number of this type of 
Elements in the forge
-        * @param       integer $maxElements    max number of Elements to 
display
+        * @param       int     $start          start of the list
+        * @param       int     $paging         number of element per page
+        * @param       int     $totalElements  total number of this type of 
Elements in the forge
+        * @param       int     $maxElements    max number of Elements to 
display
         * @param       string  $actionUrl      next / prev Url to click
         * @param       array   $htmlAttr       html attributes to set.
         * @return      string
@@ -1334,9 +1334,9 @@ abstract class Layout extends FFError {
        /**
         * paging_bottom - Show extra rows for <-- Prev / Next --> at the 
bottom of the element list
         *
-        * @param       integer $start          start of the list
-        * @param       integer $paging         number of element per page
-        * @param       integer $totalElements  total number of Elements to 
display
+        * @param       int     $start          start of the list
+        * @param       int     $paging         number of element per page
+        * @param       int     $totalElements  total number of Elements to 
display
         * @param       string  $actionUrl      next / prev Url to click
         * @return      string
         */
diff --git a/src/www/include/html.php b/src/www/include/html.php
index fb1d5f1..bc4922c 100644
--- a/src/www/include/html.php
+++ b/src/www/include/html.php
@@ -1442,7 +1442,7 @@ $html_autoclose_pos = 0;
 /**
  * html_ap() - Return XHTML element autoclose stack position
  *
- * @return     integer
+ * @return     int
  */
 function html_ap() {
        global $html_autoclose_pos;
@@ -1498,8 +1498,7 @@ function html_aonce(&$sptr, $name, $attrs = array()) {
 /**
  * html_ac() - Return proper element XHTML end tags, autoclosing
  *
- * @param      $spos   integer
- *                     stack position to return to (nothing is done if === 
false)
+ * @param      int     $spos   stack position to return to (nothing is done if 
=== false)
  * @throws     Exception
  * @return     string  XHTML string suitable for echo'ing
  */

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

Summary of changes:
 src/www/include/Layout.class.php | 14 +++++++-------
 src/www/include/html.php         |  5 ++---
 2 files changed, 9 insertions(+), 10 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