X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=framework%2Fmain%2Fclasses%2Ffilesystem%2Fclass_BaseFilesystem.php;h=fcbc9704d5a4a83d6c036705c766bbdc7c04756c;hb=refs%2Fheads%2Fmaster;hp=4ba223298aedd49569b9fd559790ac2a30431e83;hpb=4f9cf34b521892cb99fae9b21b92787f3d555b74;p=core.git diff --git a/framework/main/classes/filesystem/class_BaseFilesystem.php b/framework/main/classes/filesystem/class_BaseFilesystem.php index 4ba22329..fcbc9704 100644 --- a/framework/main/classes/filesystem/class_BaseFilesystem.php +++ b/framework/main/classes/filesystem/class_BaseFilesystem.php @@ -11,7 +11,7 @@ use Org\Mxchange\CoreFramework\Object\BaseFrameworkSystem; * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 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 * @@ -28,14 +28,14 @@ use Org\Mxchange\CoreFramework\Object\BaseFrameworkSystem; * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class BaseFilesystem extends BaseFrameworkSystem { +abstract class BaseFilesystem extends BaseFrameworkSystem { /** * Protected constructor * * @param $className Name of the class * @return void */ - protected function __construct ($className) { + protected function __construct (string $className) { // Call parent constructor parent::__construct($className); }