From: Roland Haeder Date: Wed, 27 May 2015 01:50:33 +0000 (+0200) Subject: Old lost parameter from old template ... :-( X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=5ea2f6f5803df470ba6c4a3bd260252325fc3e7b Old lost parameter from old template ... :-( Signed-off-by: Roland Häder --- 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();