[Fusionforge-commits] FusionForge branch master updated. 6.0.4-609-ga2c1a2c
Marc-Etienne VARGENAU
vargenau at libremir.placard.fr.eu.org
Mon Jun 27 15:43:26 CEST 2016
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 a2c1a2c3fea3659f959d79a58c8861a37ec9da02 (commit)
from 995fb11f6e1eea1a819c2dd9f80993bdf84d3cd1 (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=a2c1a2c3fea3659f959d79a58c8861a37ec9da02
commit a2c1a2c3fea3659f959d79a58c8861a37ec9da02
Author: Marc-Etienne Vargenau <Marc-Etienne.Vargenau at alcatel-lucent.com>
Date: Mon Jun 27 15:43:22 2016 +0200
PHP Doc
diff --git a/src/common/widget/WidgetLayoutManager.class.php b/src/common/widget/WidgetLayoutManager.class.php
index a9c3869..f9b1bf4 100644
--- a/src/common/widget/WidgetLayoutManager.class.php
+++ b/src/common/widget/WidgetLayoutManager.class.php
@@ -874,6 +874,9 @@ class WidgetLayoutManager {
/**
* compute the differences between two arrays
+ * @param array $tab1
+ * @param array $tab2
+ * @return array
*/
function _array_diff_names($tab1, $tab2) {
$diff = array();
-----------------------------------------------------------------------
Summary of changes:
src/common/widget/WidgetLayoutManager.class.php | 3 +++
1 file changed, 3 insertions(+)
hooks/post-receive
--
FusionForge
More information about the Fusionforge-commits
mailing list