Old lost parameter from old template ... :-(
authorRoland Haeder <roland@mxchange.org>
Wed, 27 May 2015 01:50:33 +0000 (03:50 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 27 May 2015 01:50:33 +0000 (03:50 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/feature/class_

index 1a9b0f0cc8d853ced61cdc160052d2c27ac48649..d1cb3a69f9473c8edcecc21125fe5a7fbad92820 100644 (file)
@@ -35,10 +35,9 @@ class ???Feature extends BaseFeature implements Feature {
        /**
         * Creates an instance of this Feature class and prepares it for usage
         *
        /**
         * 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
         */
         * @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();
 
                // Get a new instance
                $featureInstance = new ???Feature();