]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/actions/class_BaseCityAction.php
Continued:
[city.git] / application / city / classes / actions / class_BaseCityAction.php
index 595c4d42513ccfe096cf25802399244be70c7096..bac7b84e77e0dbe0c88eb704067d6b9347e96ce3 100644 (file)
@@ -12,7 +12,7 @@ use Org\Mxchange\CoreFramework\Response\Responseable;
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2015, 2016 City Developer Team
+ * @copyright  Copyright (c) 2015 - 2023 City Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -36,7 +36,7 @@ abstract class BaseCityAction extends BaseAction {
         * @param       $className      Name of the class
         * @return      void
         */
-       protected function __construct ($className) {
+       protected function __construct (string $className) {
                // Call parent constructor
                parent::__construct($className);
        }