From: Roland Haeder <roland@mxchange.org>
Date: Mon, 25 Jan 2016 15:35:57 +0000 (+0100)
Subject: Added type-hint for StartShowEntryForms hook
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3b126e8ef45dbb16850055203081852a2c394015;p=quix0rs-gnu-social.git

Added type-hint for StartShowEntryForms hook

Signed-off-by: Roland Haeder <roland@mxchange.org>
---

diff --git a/lib/microappplugin.php b/lib/microappplugin.php
index 71d1e84fc0..8c0744806e 100644
--- a/lib/microappplugin.php
+++ b/lib/microappplugin.php
@@ -122,7 +122,7 @@ abstract class MicroAppPlugin extends ActivityHandlerPlugin
       return null;
     }
 
-    function onStartShowEntryForms(&$tabs)
+    function onStartShowEntryForms(array &$tabs)
     {
         $tabs[$this->tag()] = array('title' => $this->appTitle(),
                                     'href'  => common_local_url($this->newFormAction()),