]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/controller/html/class_CityHtmlLogoutController.php
Continued:
[city.git] / application / city / classes / controller / html / class_CityHtmlLogoutController.php
index a09ac8aef0a8b1e9ba52ce2aa67255c307a0686c..be68d8613cb22bbde94ef7b7e798e0318eb61272 100644 (file)
@@ -14,7 +14,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
  * @todo               This controller shall still provide some headlines for sidebars
@@ -43,9 +43,9 @@ class CityHtmlLogoutController extends BaseController implements Controller {
                parent::__construct(__CLASS__);
 
                // Init additional filter chains
-               foreach (array('shutdown') as $filterChain) {
+               foreach (['shutdown'] as $filterChain) {
                        $this->initFilterChain($filterChain);
-               } // END - foreach
+               }
        }
 
        /**