]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/states/city/class_BaseCityState.php
Continued:
[city.git] / application / city / classes / states / city / class_BaseCityState.php
index 0394e005faa3a6fc1026bee27c5eebcf11de2cfd..86480f9053e59c1b9058ff8369618fd41b793198 100644 (file)
@@ -13,7 +13,7 @@ use Org\Mxchange\CoreFramework\State\BaseState;
  *
  * @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
  *
@@ -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
+               }
        }
 }