X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=framework%2Fmain%2Fclasses%2Ffile_directories%2Ftext%2Foutput%2Fclass_BaseOutputTextFile.php;h=14cdcd5dd3382929dca22e82ff70649cb2b78760;hb=2218902056efcf9a2c66fe7c24995e066bd7cd11;hp=90bdc6c839b0f77c955eff09ef42f406b609f0af;hpb=deb4c766b3c6af391dc3beb4a7a450ae2a6249c2;p=core.git diff --git a/framework/main/classes/file_directories/text/output/class_BaseOutputTextFile.php b/framework/main/classes/file_directories/text/output/class_BaseOutputTextFile.php index 90bdc6c8..14cdcd5d 100644 --- a/framework/main/classes/file_directories/text/output/class_BaseOutputTextFile.php +++ b/framework/main/classes/file_directories/text/output/class_BaseOutputTextFile.php @@ -1,18 +1,18 @@ * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2020 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -29,14 +29,14 @@ use CoreFramework\Output\BaseOutput; * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class BaseOutputTextFile extends BaseAbstractFile { +abstract class BaseOutputTextFile extends BaseAbstractFile { /** * 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); }