]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/controller/html/class_CityHtmlLogoutDoneController.php
Continued:
[city.git] / application / city / classes / controller / html / class_CityHtmlLogoutDoneController.php
index b98695e284a0c7f50c75a8485987aaded671961b..585ca6e280b73c78c1753e8e6882722d365f928d 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
  *
@@ -42,9 +42,9 @@ class CityHtmlLogoutDoneController 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
+               }
        }
 
        /**