]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/filter/verifier/class_ConfirmCodeVerifierFilter.php
Copyright year updated, converted double->single quotes
[core.git] / inc / classes / main / filter / verifier / class_ConfirmCodeVerifierFilter.php
index 8992ee8f76a4d305955104c6ed408f8378ab15a3..6ddf21fe9a2d2646487d1f7dcb2686277b870cd3 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A filter for checking if supplied confirmation code is valid.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2013 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -35,7 +35,7 @@ class ConfirmCodeVerifierFilter extends BaseFilter implements Filterable {
        /**
         * Creates an instance of this filter class
         *
-        * @return      $filterInstance                 An instance of this filter class
+        * @return      $filterInstance         An instance of this filter class
         */
        public static final function createConfirmCodeVerifierFilter () {
                // Get a new instance