]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/filter/city_daemon/class_CityDaemonPhpRequirementsFilter.php
Continued:
[city.git] / application / city / classes / filter / city_daemon / class_CityDaemonPhpRequirementsFilter.php
index 6358a46db3a7b9377322c8539084fbfeff19190c..045772210764c76a3a0c7bd5fd3c69cdf92d5b94 100644 (file)
@@ -16,7 +16,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
  *
@@ -75,6 +75,6 @@ class CityDaemonPhpRequirementsFilter extends BaseCityFilter implements Filterab
                if ($checkPassed === FALSE) {
                        // Throw an exception
                        throw new FilterChainException($this, self::EXCEPTION_FILTER_CHAIN_INTERCEPTED);
-               } // END - if
+               }
        }
 }