]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/filter/verifier/class_PasswordVerifierFilter.php
Continued:
[core.git] / inc / main / classes / filter / verifier / class_PasswordVerifierFilter.php
index d5db67df18218a73e63d562b9be95ee5b82ee39a..66714a24307b8ea102b31bdc2c36ffa9d9aa2006 100644 (file)
@@ -1,11 +1,14 @@
 <?php
+// Own namespace
+namespace CoreFramework\Filter\Verifier\Password;
+
 /**
  * A concrete filter for validating the password. This filter may intercept
  * the filter chain if no password is given or the password is invalid
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -79,7 +82,5 @@ class PasswordVerifierFilter extends BaseFilter implements Filterable {
                        throw new FilterChainException($this, self::EXCEPTION_FILTER_CHAIN_INTERCEPTED);
                }
        }
-}
 
-// [EOF]
-?>
+}