X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fcity%2Fclasses%2Fstates%2Fcity%2Fclass_BaseCityState.php;h=86480f9053e59c1b9058ff8369618fd41b793198;hb=aa417114c57727c4803c1ba3db8d6a067fb57756;hp=0394e005faa3a6fc1026bee27c5eebcf11de2cfd;hpb=f96ae7c7a3da80ba67f66e04dbba908d0ec2de72;p=city.git diff --git a/application/city/classes/states/city/class_BaseCityState.php b/application/city/classes/states/city/class_BaseCityState.php index 0394e00..86480f9 100644 --- a/application/city/classes/states/city/class_BaseCityState.php +++ b/application/city/classes/states/city/class_BaseCityState.php @@ -13,7 +13,7 @@ use Org\Mxchange\CoreFramework\State\BaseState; * * @author Roland Haeder * @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 * @@ -54,7 +54,7 @@ abstract class BaseCityState extends BaseState { if (!$this instanceof CityActiveState) { // Throw the exception throw new UnexpectedStateException($this, self::EXCEPTION_INVALID_STATE); - } // END - if + } } /** @@ -69,6 +69,6 @@ abstract class BaseCityState extends BaseState { if (!$this instanceof CityInitState) { // Throw the exception throw new UnexpectedStateException($this, self::EXCEPTION_INVALID_STATE); - } // END - if + } } }