From 5ea2f6f5803df470ba6c4a3bd260252325fc3e7b Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Wed, 27 May 2015 03:50:33 +0200 Subject: [PATCH] Old lost parameter from old template ... :-( MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- inc/classes/main/feature/class_ | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inc/classes/main/feature/class_ b/inc/classes/main/feature/class_ index 1a9b0f0c..d1cb3a69 100644 --- a/inc/classes/main/feature/class_ +++ b/inc/classes/main/feature/class_ @@ -35,10 +35,9 @@ class ???Feature extends BaseFeature implements Feature { /** * Creates an instance of this Feature class and prepares it for usage * - * @param $appInstance A manageable application * @return $featureInstance An instance of this Feature class */ - public final static function create???Feature (ManageableApplication $appInstance) { + public final static function create???Feature () { // Get a new instance $featureInstance = new ???Feature(); -- 2.39.5