X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=framework%2Fmain%2Fclasses%2Ffeature%2Fclass_BaseFeature.php;h=fc7c66a2257319fade2af13e9f0cda941e2b23a1;hp=c0abd36754445494657b15b1f86f10f4b5d89d6e;hb=HEAD;hpb=adcdfc000eba8fac128786adcb8cb480085e7e76 diff --git a/framework/main/classes/feature/class_BaseFeature.php b/framework/main/classes/feature/class_BaseFeature.php index c0abd367..fc7c66a2 100644 --- a/framework/main/classes/feature/class_BaseFeature.php +++ b/framework/main/classes/feature/class_BaseFeature.php @@ -10,7 +10,7 @@ use Org\Mxchange\CoreFramework\Object\BaseFrameworkSystem; * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2020 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2023 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -34,7 +34,7 @@ abstract class BaseFeature extends BaseFrameworkSystem { * @param $className Name of the class * @return void */ - protected function __construct ($className) { + protected function __construct (string $className) { // Call parent constructor parent::__construct($className); }