]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/crypto/class_EncryptInvalidLengthException.php
Opps, forgot this.
[core.git] / inc / classes / exceptions / crypto / class_EncryptInvalidLengthException.php
index d70b5e779c7724dcc86b23b56992f68344496961..9ecb93fa08787a446a122ba078fb4661ae1f88c7 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An exception thrown when the decrypted "encrypt" string has an invalid length
  *
- * @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, 2010 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 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
@@ -29,12 +29,12 @@ class EncryptInvalidLengthException extends FrameworkException {
         * @param       $code           Error code
         * @return      void
         */
-       public function __construct(Filterable $filterInstance, $code) {
+       public function __construct (Filterable $filterInstance, $code) {
                // Get length
                $length = $filterInstance->getConfigInstance()->getConfigEntry('captcha_string_length');
 
                // Construct message
-               $message = sprintf("[%s:%d] Encrypt string has an invalid length. Valid: %d",
+               $message = sprintf('[%s:%d] Encrypt string has an invalid length. Valid: %d',
                        $filterInstance->__toString(),
                        $this->getLine(),
                        $length